1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00
konva/test/tsconfig.json

11 lines
199 B
JSON
Raw Normal View History

{
"compilerOptions": {
2021-05-04 06:09:18 +08:00
"target": "ES2015",
"noEmitOnError": true,
"moduleResolution": "node",
2021-05-06 02:24:52 +08:00
"lib": ["ES2015", "dom"],
"module": "CommonJS"
},
2021-05-04 06:09:18 +08:00
"include": ["../src/*.ts"]
}