classroomstuff/jsconfig.json

8 lines
142 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"moduleResolution": "bundler"
}
}