15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"outDir": "dist-server",
|
|
"rootDir": ".",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"include": ["server.ts"]
|
|
},
|
|
"include": ["server.ts"]
|
|
}
|