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

11 lines
202 B
JSON

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