1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-24 19:03:56 +08:00
konva/tsconfig.testing.json

11 lines
196 B
JSON

{
"compilerOptions": {
"outDir": "lib",
"target": "ES2015",
"noEmitOnError": true,
"moduleResolution": "node",
"lib": ["ES2015", "dom"]
},
"include": ["./src/**/*.ts"]
}