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",
|
"module": "ES2020",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
|
||||||
"useDefineForClassFields": true,
|
|
||||||
"noImplicitThis": true,
|
"noImplicitThis": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
@ -19,6 +17,9 @@
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"verbatimModuleSyntax": true,
|
"verbatimModuleSyntax": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"types": [
|
||||||
|
"node"
|
||||||
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@services/*": [
|
"@services/*": [
|
||||||
"./src/services/*"
|
"./src/services/*"
|
||||||
|
|
Loading…
Reference in New Issue