update backend to the new templates
This commit is contained in:
parent
4e30986cda
commit
05be2596ea
44 changed files with 156 additions and 111 deletions
|
|
@ -1,19 +1,24 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "../shared/tsconfig.node.json",
|
||||
"extends": "../shared/tsconfig.node.jsonc",
|
||||
"compilerOptions": {
|
||||
"removeComments": false,
|
||||
"verbatimModuleSyntax": false,
|
||||
// Input
|
||||
"rootDir": "./src",
|
||||
"outDir": "./built",
|
||||
|
||||
// Checking
|
||||
"verbatimModuleSyntax": false,
|
||||
"noImplicitOverride": false,
|
||||
"noImplicitAny": false,
|
||||
"strictFunctionTypes": false,
|
||||
"strictPropertyInitialization": false,
|
||||
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"typeRoots": [
|
||||
"./src/@types",
|
||||
"./node_modules/@types",
|
||||
"./node_modules"
|
||||
],
|
||||
|
||||
// Output
|
||||
"removeComments": false,
|
||||
"outDir": "./built"
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue