first commit
This commit is contained in:
31
tsconfig.server.json
Normal file
31
tsconfig.server.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": false,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./",
|
||||
"declaration": false,
|
||||
"sourceMap": false,
|
||||
"removeComments": true,
|
||||
"noEmitOnError": false,
|
||||
"types": [
|
||||
"node",
|
||||
"express"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"api/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"src"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user