Fixed repeated "cannot write file" errors

pull/62/head
tycrek 3 years ago
parent e1032588c5
commit 5bd5f258a3
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -1,6 +1,7 @@
{ {
"extends": "@tsconfig/node14/tsconfig.json", "extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "./dist",
"lib": [ "lib": [
"ES2020", "ES2020",
"DOM" "DOM"

Loading…
Cancel
Save