mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 04:08:22 +08:00
14 lines
276 B
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"],
|
|
}
|