Move software files one directory up, Readme
This commit is contained in:
20
tsconfig.server.json
Normal file
20
tsconfig.server.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"isolatedModules": false,
|
||||
"outDir": "build/src/backend",
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"baseUrl": ".",
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"include": [
|
||||
"backend/**/*.ts",
|
||||
"backend/**/*.json",
|
||||
"backend/images/**/**/*"
|
||||
, "backend/server.js" ]
|
||||
}
|
||||
Reference in New Issue
Block a user