Skip to content

Commit 7fb4460

Browse files
authored
fix(rspack-plugin): correct the dist types directory (#741)
1 parent 302aed1 commit 7fb4460

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/rspack-plugin/tsconfig.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"extends": "@rsdoctor/tsconfig/base",
33
"compilerOptions": {
44
"baseUrl": ".",
5-
"outDir": "./dist"
5+
"outDir": "./dist",
6+
"rootDir": "src"
67
},
7-
"include": ["src", "tests"],
8+
"include": ["src"],
89
"exclude": ["**/node_modules"],
910
"references": [
1011
{

0 commit comments

Comments
 (0)