konva/tsconfig.testing.json

11 lines
193 B
JSON
Raw Normal View History

2021-04-30 22:24:27 +08:00
{
"compilerOptions": {
"outDir": "lib",
"target": "ES2015",
"noEmitOnError": true,
"moduleResolution": "node",
"lib": ["ES2015", "dom"]
},
"include": ["./src/*.ts"]
}