Skip to content

Commit

Permalink
restore previous build tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Aug 31, 2024
1 parent 80e107c commit 31aa729
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/quickjs-emscripten-core/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "@jitl/tsconfig/tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"paths": {}
}
}
4 changes: 3 additions & 1 deletion packages/quickjs-emscripten-core/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { extendConfig } from "@jitl/tsconfig/tsup.base.config.js"

export default extendConfig()
export default extendConfig({
tsconfig: "./tsconfig.build.json",
})

0 comments on commit 31aa729

Please sign in to comment.