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 80e107c commit 31aa729Copy full SHA for 31aa729
packages/quickjs-emscripten-core/tsconfig.build.json
@@ -0,0 +1,9 @@
1
+{
2
+ "extends": "@jitl/tsconfig/tsconfig.json",
3
+ "include": ["src/**/*"],
4
+ "compilerOptions": {
5
+ "rootDir": "src",
6
+ "outDir": "dist",
7
+ "paths": {}
8
+ }
9
+}
packages/quickjs-emscripten-core/tsup.config.ts
@@ -1,3 +1,5 @@
import { extendConfig } from "@jitl/tsconfig/tsup.base.config.js"
-export default extendConfig()
+export default extendConfig({
+ tsconfig: "./tsconfig.build.json",
+})
0 commit comments