Squashed 'backend/' content from commit fa83223
git-subtree-dir: backend git-subtree-split: fa832234607d359848516c9334f2eec45f64969e
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "ES6",
|
||||
"noImplicitAny": true,
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"moduleResolution": "Node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@schemas/*": ["./schemas/*"],
|
||||
}
|
||||
},
|
||||
// "include": ["src/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user