]> git.r.bdr.sh - rbdr/forum/blame - tsconfig.json
Use tailwind, reference types
[rbdr/forum] / tsconfig.json
CommitLineData
a7cf03c1
RBR
1{
2 "extends": "./.svelte-kit/tsconfig.json",
cac85db0
RBR
3 "compilerOptions": {
4 "resolveJsonModule": true,
5 "esModuleInterop": true
6 }
a7cf03c1 7}