17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"rootDir": ".",
|
|
"outDir": "dist",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"server/**/*.ts",
|
|
"client/src/**/*.ts",
|
|
"client/src/**/*.tsx"
|
|
]
|
|
}
|