- optimize break condition, if we collected enough PRs
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user