We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3abc0 commit bde29fbCopy full SHA for bde29fb
tsconfig.build.json
@@ -10,6 +10,8 @@
10
"packages/runtime-test",
11
"packages/template-explorer",
12
"packages/sfc-playground",
13
- "packages/dts-test"
+ "packages/dts-test",
14
+ "rollup.config.js",
15
+ "scripts/*"
16
]
17
}
tsconfig.json
@@ -37,11 +37,5 @@
37
"scripts/*",
38
"rollup.*.js"
39
],
40
- "exclude": [
41
- "rollup.config.js",
42
- "scripts/aliases.js",
43
- "scripts/build.js",
44
- "scripts/release.js",
45
- "scripts/utils.js"
46
- ]
+ "exclude": ["rollup.config.js", "scripts/*"]
47
0 commit comments