docs: ignore progression filenames from compilation (#28592)

PR Close #28592
This commit is contained in:
Brandon 2019-02-07 14:56:52 +00:00 committed by Miško Hevery
parent 0770978dfb
commit d29f781685
1 changed files with 11 additions and 2 deletions

View File

@ -6,6 +6,15 @@
},
"exclude": [
"test.ts",
"**/*.spec.ts"
"**/*.spec.ts",
"**/*.0.ts",
"**/*.1.ts",
"**/*.1b.ts",
"**/*.2.ts",
"**/*.3.ts",
"**/*.4.ts",
"**/*.5.ts",
"**/*.6.ts",
"**/*.7.ts"
]
}
}