mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
huge typescript fixes, remove Object.assign usage
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote",
|
||||
"tsc": "tsc -d --declarationDir ./types --removeComments --module CommonJS || echo \"tsc faild for some file(s).\"",
|
||||
"rollup": "rollup -c",
|
||||
"clean": "rm -rf ./lib",
|
||||
"compile": "npm run clean && npm run tsc && npm run rollup",
|
||||
"clean": "rm -rf ./lib && rm -rf ./types",
|
||||
"compile": "npm run clean && npm run tsc && cp ./src/index-types.d.ts ./types && npm run rollup",
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user