1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +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, "noImplicitAny": true,
"esModuleInterop": true, "esModuleInterop": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"incremental": true "incremental": true,
"types": [ "node", "jest"],
}, },
"include": [ "include": [
"./src/**/*", "./src/**/*",

File diff suppressed because it is too large Load diff

View file

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