]> git.r.bdr.sh - rbdr/forum/blob - tsconfig.json
Update / use typescript
[rbdr/forum] / tsconfig.json
1 {
2 "extends": "./.svelte-kit/tsconfig.json",
3 "compilerOptions": {
4 "resolveJsonModule": true,
5 "esModuleInterop": true
6 }
7 }