First commit
This commit is contained in:
25
tsconfig.server.json
Normal file
25
tsconfig.server.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"extends": "@tsconfig/node14/tsconfig.json",
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"display": "Node 12",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2019",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"outDir": "./server",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"compileOnSave": true,
|
||||
"exclude": [
|
||||
"./src/client"
|
||||
],
|
||||
"include": [
|
||||
"./src/server"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user