cryptgeon/frontend/tsconfig.json

8 lines
129 B
JSON
Raw Normal View History

2021-05-02 03:08:30 +02:00
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"strict": true,
"allowSyntheticDefaultImports": true
}
2021-05-02 03:08:30 +02:00
}