Skip to content

Commit 31aa729

Browse files
committed
restore previous build tsconfig
1 parent 80e107c commit 31aa729

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import { extendConfig } from "@jitl/tsconfig/tsup.base.config.js"
22

3-
export default extendConfig()
3+
export default extendConfig({
4+
tsconfig: "./tsconfig.build.json",
5+
})

0 commit comments

Comments
 (0)