File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -167,18 +167,26 @@ dist
167
167
! /tsconfig. *
168
168
! /webpack. *
169
169
170
+ /examples /
171
+
172
+ # ignore tests
170
173
/test /
171
174
/tests /
172
175
* .spec. *
173
176
* .test. *
174
177
175
- /examples /
176
-
178
+ # ignore QA-tools and their configs
177
179
/tools /
178
- eslint. *
180
+ /eslint. *
181
+ /knip. *
182
+ /tsdoc. *
183
+ /typedoc. *
179
184
185
+ # ignore process reports
180
186
/reports /
181
187
/CI_reports /
188
+
189
+ # ignore package targets
182
190
/packed /
183
191
/CI_packed /
184
192
Original file line number Diff line number Diff line change 119
119
"browser" : " ./dist.web/lib.js" ,
120
120
"default" : " ./dist.node/index.node.js"
121
121
},
122
- "./package.json" : " ./package.json" ,
123
122
"./Builders" : {
124
123
"types" : " ./dist.d/builders/index.node.d.ts" ,
125
124
"default" : " ./dist.node/builders/index.node.js"
159
158
"./Validation" : {
160
159
"types" : " ./dist.d/validation/index.node.d.ts" ,
161
160
"default" : " ./dist.node/validation/index.node.js"
161
+ },
162
+ "./package.json" : " ./package.json" ,
163
+ "./src" : {
164
+ "default" : " ./src/index.ts" ,
165
+ "types" : " ./src/index.ts"
166
+ }
167
+ },
168
+ "typesVersions" : {
169
+ "*" : {
170
+ "source/*" : [" src/*" ]
162
171
}
163
172
},
164
173
"directories" : {
You can’t perform that action at this time.
0 commit comments