konva/tsconfig.json
2023-04-13 23:27:56 -05:00

15 lines
302 B
JSON

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