1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Merge pull request #4387 from Budibase/types-fix

Add node type support
This commit is contained in:
Rory Powell 2022-02-08 14:45:37 +00:00 committed by GitHub
commit c863f2af3d
2 changed files with 863 additions and 17 deletions

View file

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

File diff suppressed because it is too large Load diff