aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/tsconfig.node.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-02-23 16:04:49 -0700
committerDhravya <[email protected]>2024-02-23 16:04:49 -0700
commitaa1b57bbcd99da4c6d68c145f7c07ea7bd35c8dc (patch)
treef5ab247b154a21bbebbe56cca0d7f3397219b7c3 /apps/extension/tsconfig.node.json
parenthide bun lockfile (diff)
downloadsupermemory-aa1b57bbcd99da4c6d68c145f7c07ea7bd35c8dc.tar.xz
supermemory-aa1b57bbcd99da4c6d68c145f7c07ea7bd35c8dc.zip
chaos
Diffstat (limited to 'apps/extension/tsconfig.node.json')
-rw-r--r--apps/extension/tsconfig.node.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/extension/tsconfig.node.json b/apps/extension/tsconfig.node.json
new file mode 100644
index 00000000..97ede7ee
--- /dev/null
+++ b/apps/extension/tsconfig.node.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "composite": true,
+ "skipLibCheck": true,
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "allowSyntheticDefaultImports": true,
+ "strict": true
+ },
+ "include": ["vite.config.ts"]
+}