feat: impliment getSelftRect method for Arc

This commit is contained in:
i18u
2021-11-25 19:05:56 +08:00
parent f771910578
commit 279eaac88c
8 changed files with 61 additions and 11 deletions

View File

@@ -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"]
}