konva/tsconfig.json
Anton Lavrenov cc5b67ed10 cmj build
2021-09-23 11:17:50 -05:00

16 lines
322 B
JSON

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