konva/tsconfig.testing.json

11 lines
196 B
JSON
Raw Permalink 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"]
2021-04-30 22:24:27 +08:00
}