mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"module": "ES2015",
|
|
"target": "ES5",
|
|
"noEmitOnError": true,
|
|
"lib": ["es2015", "dom"]
|
|
// "noImplicitAny": true
|
|
// "strict": true
|
|
// "strictFunctionTypes": true
|
|
},
|
|
"include": ["./src/*.ts"]
|
|
// "include": ["./types/*.ts"]
|
|
}
|