13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"outDir": "dist/backend"
|
|
},
|
|
"include": ["server.ts"]
|
|
}
|