aboutsummaryrefslogtreecommitdiff
path: root/extension/tsconfig.node.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-06 13:51:13 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-06 13:51:13 -0400
commitcd8e865dad326f85ff2357ad90bbd6aa65dea68e (patch)
tree0d4a0bb8bafc4f807407e99c5e6bf4e1cb34217a /extension/tsconfig.node.json
initial commit
Diffstat (limited to 'extension/tsconfig.node.json')
-rw-r--r--extension/tsconfig.node.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/tsconfig.node.json b/extension/tsconfig.node.json
new file mode 100644
index 0000000..42872c5
--- /dev/null
+++ b/extension/tsconfig.node.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "composite": true,
+ "skipLibCheck": true,
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "allowSyntheticDefaultImports": true
+ },
+ "include": ["vite.config.ts"]
+}