mirror of
https://github.com/konvajs/konva.git
synced 2025-04-04 10:20:36 +08:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"target": "ES2015",
|
|
"noEmitOnError": true,
|
|
"moduleResolution": "node",
|
|
"lib": ["ES2015", "dom"]
|
|
},
|
|
"include": ["./src/**/*.ts"]
|
|
}
|