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