about summary refs log tree commit diff
path: root/tsconfig.node.json
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-02 23:54:15 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-02 23:54:15 +0200
commit39eac64b58fb2b1a25ed016bb9637e0bf3c01a11 (patch)
tree4fca914e01ed6dec7bc322f5f2e97814ed8dda4a /tsconfig.node.json
downloadfs-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.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"]
+}