summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/plugin/tsconfig.json')
-rw-r--r--packages/plugin/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/plugin/tsconfig.json b/packages/plugin/tsconfig.json
index 58072c81c..117381878 100644
--- a/packages/plugin/tsconfig.json
+++ b/packages/plugin/tsconfig.json
@@ -3,9 +3,9 @@
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
- "module": "preserve",
+ "module": "nodenext",
"declaration": true,
- "moduleResolution": "bundler",
+ "moduleResolution": "nodenext",
"lib": ["es2022", "dom", "dom.iterable"]
},
"include": ["src"]