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 @@
"noUncheckedSideEffectImports": true, "noUncheckedSideEffectImports": true,
/* Type resolution */ /* Type resolution */
"types": [] "types": ["node"]
}, },
"include": ["src"] "include": ["src"]
} }

Loading…
Cancel
Save