15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "dist-server",
|
|
"rootDir": ".",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": false,
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["server/**/*.ts", "core/**/*.ts"]
|
|
}
|