build: change some tsconfig
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/900/head
parent
6ba986acfe
commit
647f98f3d6
|
@ -9,8 +9,6 @@
|
|||
"module": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"useDefineForClassFields": true,
|
||||
"noImplicitThis": true,
|
||||
"noImplicitAny": true,
|
||||
"esModuleInterop": true,
|
||||
|
@ -19,6 +17,9 @@
|
|||
"incremental": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"skipLibCheck": true,
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"paths": {
|
||||
"@services/*": [
|
||||
"./src/services/*"
|
||||
|
|
Loading…
Reference in New Issue