aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/tsconfig.json')
-rw-r--r--packages/db/tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/db/tsconfig.json b/packages/db/tsconfig.json
new file mode 100644
index 00000000..cf49c407
--- /dev/null
+++ b/packages/db/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "extends": "@tsconfig/node21/tsconfig.json",
+ "include": ["**/*.ts"],
+ "exclude": ["node_modules"],
+ "compilerOptions": {
+ "module": "ESNext",
+ "moduleResolution": "node",
+ "esModuleInterop": true
+ }
+}