mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"module": "CommonJS",
|
|
"target": "ES2018",
|
|
// "sourceMap": true,
|
|
"noEmitOnError": true,
|
|
"lib": ["ES2015", "dom"],
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"removeComments": false,
|
|
"strictNullChecks": true,
|
|
},
|
|
"include": ["./src/**/*.ts"]
|
|
}
|