Browse Source

chore: update tsconfig to support FormData type which is part of dom

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5848/head
Pranav C 1 year ago
parent
commit
89d822bfa5
  1. 3
      packages/nocodb/tests/unit/tsconfig.json

3
packages/nocodb/tests/unit/tsconfig.json

@ -46,7 +46,8 @@
// "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
"lib": [
"es2017"
"es2017",
"dom"
],
"types": [
"mocha", "node"

Loading…
Cancel
Save