mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
enable es6 export
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"target": "es5",
|
||||
"noEmitOnError": true,
|
||||
"lib": ["es2015", "dom"]
|
||||
// "strict": true
|
||||
},
|
||||
"include": ["src/index.ts", "src/Core.ts"]
|
||||
"include": ["./src/*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user