Skip to content

Commit 4e7aba4

Browse files
authored
trim all d.ts files in dist folder (#5535)
1 parent 86befb3 commit 4e7aba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "../../config/tsconfig.base.json",
3-
"include": ["../../packages/*/dist/**/index.d.ts"]
3+
"include": ["../../packages/*/dist/**/*.d.ts"]
44
}

repo-scripts/prune-dts/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "commonjs",
66
"moduleResolution": "node",
77
"resolveJsonModule": true,
8-
"target": "es5",
8+
"target": "es2017",
99
"esModuleInterop": true,
1010
"declaration": true,
1111
"strict": true

0 commit comments

Comments
 (0)