Files
cryptgeon/packages/frontend/tsconfig.json
T
2026-05-31 23:24:46 +02:00

9 lines
155 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"strict": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
},
}