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.
1 parent b5fdc46 commit f901bdbCopy full SHA for f901bdb
tsconfig.build.json
@@ -0,0 +1,8 @@
1
+{
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "incremental": false,
5
+ "composite": false,
6
+ "tsBuildInfoFile": null
7
+ }
8
+}
tsup.config.ts
@@ -7,5 +7,5 @@ export default defineConfig({
minify: true,
dts: true,
9
format: ['cjs', 'esm'],
10
- tsconfig: 'tsconfig.json',
+ tsconfig: 'tsconfig.build.json',
11
});
0 commit comments