mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 15:20:56 +08:00
15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"module": "ES2015",
|
|
"target": "ES2015",
|
|
"noEmitOnError": true,
|
|
"lib": ["ES2015", "dom"],
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
// "noImplicitAny": true,
|
|
// "strict": true
|
|
},
|
|
"include": ["./src/*.ts"]
|
|
}
|