mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"module": "ES2015",
|
|
"target": "es5",
|
|
"noEmitOnError": true,
|
|
"lib": ["es2015", "dom"]
|
|
// "strict": true
|
|
},
|
|
"include": ["src/index.ts", "src/Core.ts"]
|
|
}
|