1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-07-16 02:09:51 +00:00

Updated deps

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-07-10 19:05:03 +02:00
parent fc2aa807bd
commit d09c8930b3
7 changed files with 34905 additions and 10944 deletions

View File

@ -1,26 +1,7 @@
{
"extends": "./packages/config/tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
"declarationMap": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"skipLibCheck": true,
"sourceMap": false,
"strict": true,
"target": "ES2017" // Follow NodeJS oldest supported LTS and compare with https://node.green
},
"exclude": [
"node_modules"
]
}
}