konva/tsconfig-cmj.json

14 lines
276 B
JSON

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