1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

merge with develop

This commit is contained in:
Martin McKeaveney 2022-02-08 16:58:32 +01:00
commit 9e949d5439
3 changed files with 867 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

View file

@ -13,6 +13,10 @@
},
"./package.json": "./package.json"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc && rollup -c",
"dev:builder": "tsc && rollup -cw",