diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-02 23:54:15 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-02 23:54:15 +0200 |
commit | 39eac64b58fb2b1a25ed016bb9637e0bf3c01a11 (patch) | |
tree | 4fca914e01ed6dec7bc322f5f2e97814ed8dda4a /tsconfig.node.json | |
download | fs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.tar.gz fs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.tar.bz2 fs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.zip |
Initial commit
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"] +} |