Merge branch 'master' of github.com:konvajs/konva

This commit is contained in:
Anton Lavrenov
2019-02-18 12:18:16 -05:00
11 changed files with 92 additions and 79 deletions

View File

@@ -4,7 +4,8 @@
"module": "ES2015",
// "allowJs": true,
"target": "es5",
"noEmitOnError": true
"noEmitOnError": true,
"lib": ["es2015", "dom"]
},
"include": [
"src/index.ts"