fix: compilation errors

This commit is contained in:
Ankio
2023-11-01 10:47:06 +08:00
parent 82350e1ed7
commit 9bff878778
+3 -2
View File
@@ -7,9 +7,10 @@
"strict": true, /* Enable all strict type-checking options. */
"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` */
"lib": [ "ES2021.String","dom", "esnext" ] /* Enable custom `ES2021.String` extension in typescript for `replaceAll` */
},
"exclude": ["node_modules", "**/*.test.ts",
"src/pr-collector"
]
],
}