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,17 +1,18 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "../shared/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"allowImportingTsExtensions": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"extends": "../shared/tsconfig.scripts.jsonc",
|
||||
"include": [
|
||||
"jest.*",
|
||||
"eslint.*",
|
||||
"scripts/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"built",
|
||||
"built-test",
|
||||
"js-built",
|
||||
"temp",
|
||||
"coverage",
|
||||
"ormconfig.js",
|
||||
"scripts/check_connect.js",
|
||||
"scripts/generate_api_json.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue