mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 06:31:15 +08:00
Merge pull request #1827 from tbo47/esconfig-lib-to-es2019
tsconfig ilb to es2019
This commit is contained in:
commit
f153853139
@ -5,7 +5,7 @@
|
|||||||
"target": "ES2018",
|
"target": "ES2018",
|
||||||
// "sourceMap": true,
|
// "sourceMap": true,
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"lib": ["ES2015", "dom"],
|
"lib": ["ES2019", "dom"],
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"removeComments": false,
|
"removeComments": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user