14 lines
319 B
JSON
14 lines
319 B
JSON
{
|
|||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"module": "NodeNext",
|
||
|
|
"moduleResolution": "NodeNext",
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"include": ["vite.config.ts", "server/**/*.ts", "src/types.ts"]
|
||
|
|
}
|