konva/tsconfig.testing.json
Adam Greenan 09445e0880 init
2024-12-11 11:00:09 +00:00

11 lines
196 B
JSON

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