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.
NodeNext
Bundler
1 parent 4739102 commit b150954Copy full SHA for b150954
2 files changed
src/build/index.js
@@ -6,7 +6,7 @@ import dts from 'vite-plugin-dts'
6
import { defineConfig } from 'vite'
7
8
/**
9
- * @param {import('./index').Options} options
+ * @param {import('./index.js').Options} options
10
* @returns {import('vite').UserConfig}
11
*/
12
export const tanstackBuildConfig = (options) => {
tsconfig.json
@@ -11,8 +11,8 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
13
"lib": ["ES2022"],
14
- "module": "ES2020",
15
- "moduleResolution": "Bundler",
+ "module": "NodeNext",
+ "moduleResolution": "NodeNext",
16
"noEmit": true,
17
"noImplicitAny": true,
18
"noImplicitReturns": true,
0 commit comments