Browse Source

fix type bug

imwald
Silberengel 5 months ago
parent
commit
088f4e82cb
  1. 2
      tsconfig.app.json

2
tsconfig.app.json

@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
"noUncheckedSideEffectImports": true,
/* Type resolution */
"types": []
"types": ["node"]
},
"include": ["src"]
}

Loading…
Cancel
Save