merge with develop
This commit is contained in:
commit
9e949d5439
|
@ -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
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue