We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27dde6e + 11d3d5e commit dba9d74Copy full SHA for dba9d74
tsconfig.json
@@ -7,9 +7,7 @@
7
"checkJs": false,
8
"module": "NodeNext",
9
"moduleResolution": "NodeNext",
10
- "noEmit": true,
11
- "noPropertyAccessFromIndexSignature": false,
12
- "resolveJsonModule": true
+ "noEmit": true
13
},
14
"exclude": ["dist"]
15
}
tsup.config.ts
@@ -15,6 +15,6 @@ export default defineConfig({
minify: true,
16
sourcemap: true,
17
splitting: true,
18
- target: "node22",
+ target: "node18",
19
treeshake: true,
20
});
0 commit comments