chore: update rootdir for vchart

This commit is contained in:
kkxxkk2019 2023-06-07 20:40:51 +08:00
parent b7a779b834
commit 5b7209bb8d
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -92,6 +92,9 @@ packages/lark-vchart/index.json
packages/lark-vchart/index.ttml
packages/lark-vchart/index.ttss
# build
.rollup.cache/
tsconfig.tsbuildinfo
# git-hooks
# git-hook
common/scripts/pre-commit

View File

@ -4,7 +4,7 @@
"types": ["jest", "offscreencanvas", "node"],
"lib": ["DOM", "ESNext"],
"baseUrl": "./",
"rootDir": "./",
"rootDir": "./src",
"outDir": "./esm",
"composite": true,
"paths": {