mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-24 16:29:21 +00:00
Initial commit With Logger
This commit is contained in:
21
tsconfig.base.json
Normal file
21
tsconfig.base.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"allowUnreachableCode": false,
|
||||
"allowUnusedLabels": false,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitAny": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"pretty": true,
|
||||
"allowJs": true,
|
||||
// "sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user