build: change some tsconfig

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/900/head
Varun Patil 2023-10-29 19:21:13 -07:00
parent 6ba986acfe
commit 647f98f3d6
1 changed files with 3 additions and 2 deletions

View File

@ -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/*"