aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-06 21:08:12 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-06 21:08:12 +0530
commitf129d1d6e8f03e586952d8c792c8e085ae7bca85 (patch)
treed9957ad3c42f886748cb6007451cba8b5f566d49 /tsconfig.json
parent6ee30757cf9946074e2b5bb29a59b299fc48d0d8 (diff)
downloadelxr-f129d1d6e8f03e586952d8c792c8e085ae7bca85.tar.gz
elxr-f129d1d6e8f03e586952d8c792c8e085ae7bca85.zip
feat: basic parser
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d205a4f..cc1f11b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,7 +7,8 @@
"noImplicitAny": false,
"esModuleInterop": true,
"moduleResolution": "node",
+ "checkJs": false,
"outDir": "lib",
- "rootDir": "src"
+ "baseUrl": "."
}
}