konva/tsconfig.json
2022-01-04 12:11:15 -05:00

17 lines
352 B
JSON

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