summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index ad89216..10b9c28 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,6 @@
1{ 1{
2 "compilerOptions": { 2 "compilerOptions": {
3 "lib": ["es2020"], 3 "lib": ["es2020"],
4 "module": "ESNext",
5 "moduleResolution": "node", 4 "moduleResolution": "node",
6 "target": "ES2020", 5 "target": "ES2020",
7 "esModuleInterop": true, 6 "esModuleInterop": true,