Skip to content

Commit 4464f24

Browse files
committed
chore: wireit cache
1 parent 8abb002 commit 4464f24

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,13 @@
113113
"files": [
114114
"tools/pfe-tools/*.ts",
115115
"tools/pfe-tools/**/*.ts",
116-
"!tools/pfe-tools/*.d.ts",
117-
"!tools/pfe-tools/**/*.d.ts"
116+
"!tools/**/*.d.ts"
118117
],
119118
"output": [
120119
"tools/pfe-tools/**/*.js",
121120
"tools/pfe-tools/**/*.map",
122121
"tools/pfe-tools/**/*.d.ts",
123-
"tools/*.tsbuildinfo"
122+
"tools/**/*.tsbuildinfo"
124123
]
125124
},
126125
"build:core": {
@@ -130,14 +129,14 @@
130129
],
131130
"files": [
132131
"core/**/*.ts",
133-
"!core/**/*.d.ts",
134-
"core/tsconfig.json"
132+
"core/tsconfig.json",
133+
"!core/**/*.d.ts"
135134
],
136135
"output": [
137136
"core/**/*.js",
138137
"core/**/*.map",
139138
"core/**/*.d.ts",
140-
"*.tsbuildinfo"
139+
"core/**/*.tsbuildinfo"
141140
]
142141
},
143142
"build:bundle": {

0 commit comments

Comments
 (0)