konva/tsconfig.testing.json
2021-04-30 09:24:27 -05:00

11 lines
193 B
JSON

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