diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 16:07:16 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 16:07:16 -0700 |
commit | 17e95224a083ccd9e522f8712bb10846a2dada8a (patch) | |
tree | 0f9e58c0974129ce712af1d695980ccd498aa2cf /tsconfig.node.json | |
download | the-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.json | 11 |
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"] +} |