summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-03 14:20:36 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-03 14:22:51 -0700
commite2e74df94fcdd2f3165e035fc00c98573f0b40d8 (patch)
tree362943ba180b3ba0298473855e2622f7560c84aa /tsconfig.json
parent4233aca561b5650924f3cc4232cfd294d706c863 (diff)
downloadthe-abstraction-engine-e2e74df94fcdd2f3165e035fc00c98573f0b40d8.tar.gz
the-abstraction-engine-e2e74df94fcdd2f3165e035fc00c98573f0b40d8.zip
add parser
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a7fc6fb..45d202f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -18,7 +18,9 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
- "noFallthroughCasesInSwitch": true
+ "noFallthroughCasesInSwitch": true,
+
+ "allowJs": true
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]