14 lines
No EOL
298 B
JSON
14 lines
No EOL
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/backend",
|
|
"rootDir": "./backend",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2020",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"backend/broker.ts"
|
|
]
|
|
} |