docs: ignore progression filenames from compilation (#28592)
PR Close #28592
This commit is contained in:
parent
0770978dfb
commit
d29f781685
|
@ -6,6 +6,15 @@
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"test.ts",
|
"test.ts",
|
||||||
"**/*.spec.ts"
|
"**/*.spec.ts",
|
||||||
|
"**/*.0.ts",
|
||||||
|
"**/*.1.ts",
|
||||||
|
"**/*.1b.ts",
|
||||||
|
"**/*.2.ts",
|
||||||
|
"**/*.3.ts",
|
||||||
|
"**/*.4.ts",
|
||||||
|
"**/*.5.ts",
|
||||||
|
"**/*.6.ts",
|
||||||
|
"**/*.7.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue