summaryrefslogtreecommitdiff
path: root/tsconfig.node.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-01 16:07:16 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-01 16:07:16 -0700
commit17e95224a083ccd9e522f8712bb10846a2dada8a (patch)
tree0f9e58c0974129ce712af1d695980ccd498aa2cf /tsconfig.node.json
downloadthe-abstraction-engine-17e95224a083ccd9e522f8712bb10846a2dada8a.tar.gz
the-abstraction-engine-17e95224a083ccd9e522f8712bb10846a2dada8a.zip
add assets, vite init
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r--tsconfig.node.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json
new file mode 100644
index 0000000..97ede7e
--- /dev/null
+++ b/tsconfig.node.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "composite": true,
+ "skipLibCheck": true,
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "allowSyntheticDefaultImports": true,
+ "strict": true
+ },
+ "include": ["vite.config.ts"]
+}