mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-31 20:29:44 +02:00
16 lines
360 B
JSON
16 lines
360 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"useDefineForClassFields": true,
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"isolatedModules": true,
|
|
"moduleDetection": "force"
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js", "src/**/*.svelte"]
|
|
}
|