14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"target": "ES2020",
|
|
"strict": false,
|
|
"noEmit": false,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": [
|
|
"server-node/src/**/*"
|
|
]
|
|
} |