Skip to content

Commit

Permalink
chore: exclude scripts from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored and xiaoxiangmoe committed Nov 29, 2023
1 parent 2793064 commit 4c5608e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 3 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"packages/runtime-test",
"packages/template-explorer",
"packages/sfc-playground",
"packages/dts-test"
"packages/dts-test",
"rollup.config.js",
"scripts/*"
]
}
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,5 @@
"scripts/*",
"rollup.*.js"
],
"exclude": [
"rollup.config.js",
"scripts/aliases.js",
"scripts/build.js",
"scripts/release.js",
"scripts/utils.js"
]
"exclude": ["rollup.config.js", "scripts/*"]
}

0 comments on commit 4c5608e

Please sign in to comment.