mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 23:51:05 +00:00
chore: update rootdir for vchart
This commit is contained in:
parent
b7a779b834
commit
5b7209bb8d
5
.gitignore
vendored
5
.gitignore
vendored
@ -92,6 +92,9 @@ packages/lark-vchart/index.json
|
|||||||
packages/lark-vchart/index.ttml
|
packages/lark-vchart/index.ttml
|
||||||
packages/lark-vchart/index.ttss
|
packages/lark-vchart/index.ttss
|
||||||
|
|
||||||
|
# build
|
||||||
|
.rollup.cache/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
|
||||||
# git-hooks
|
# git-hook
|
||||||
common/scripts/pre-commit
|
common/scripts/pre-commit
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"types": ["jest", "offscreencanvas", "node"],
|
"types": ["jest", "offscreencanvas", "node"],
|
||||||
"lib": ["DOM", "ESNext"],
|
"lib": ["DOM", "ESNext"],
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"rootDir": "./",
|
"rootDir": "./src",
|
||||||
"outDir": "./esm",
|
"outDir": "./esm",
|
||||||
"composite": true,
|
"composite": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
|
Loading…
Reference in New Issue
Block a user