mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
feat: impliment getSelftRect method for Arc
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"outDir": "lib",
|
||||
"module": "ES2015",
|
||||
"target": "ES2015",
|
||||
"sourceMap": true,
|
||||
"noEmitOnError": true,
|
||||
"lib": ["ES2015", "dom"],
|
||||
"moduleResolution": "node",
|
||||
@@ -11,5 +12,5 @@
|
||||
// "noImplicitAny": true,
|
||||
// "strict": true
|
||||
},
|
||||
"include": ["./src/*.ts"]
|
||||
"include": ["./src/**/*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user