- optimize break condition, if we collected enough PRs

This commit is contained in:
Mike Penz
2023-07-28 12:55:55 +00:00
committed by GitHub
parent 240554bbf4
commit b056614f61
10 changed files with 1030 additions and 7743 deletions
+1 -2
View File
@@ -8,8 +8,7 @@
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"lib": [ "ES2021.String" ], /* Enable custom `ES2021.String` extension in typescript for `replaceAll` */
"declaration": true,
"skipLibCheck": true
"declaration": true
},
"exclude": ["node_modules", "**/*.test.ts", "lib"]
}