Browse Source

Merge pull request #4387 from Budibase/types-fix

Add node type support
pull/4389/head
Rory Powell 4 years ago
committed by GitHub
parent
commit
7c7d10bee1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/server/tsconfig.json
  2. 877
      packages/server/yarn.lock

3
packages/server/tsconfig.json

@ -9,7 +9,8 @@
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true
"incremental": true,
"types": [ "node", "jest"],
},
"include": [
"./src/**/*",

877
packages/server/yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save