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

14 lines
273 B
JSON

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