File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
You can’t perform that action at this time.
0 commit comments