mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 15:38:37 +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.ttss
|
||||
|
||||
# build
|
||||
.rollup.cache/
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
# git-hooks
|
||||
# git-hook
|
||||
common/scripts/pre-commit
|
||||
|
@ -4,7 +4,7 @@
|
||||
"types": ["jest", "offscreencanvas", "node"],
|
||||
"lib": ["DOM", "ESNext"],
|
||||
"baseUrl": "./",
|
||||
"rootDir": "./",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./esm",
|
||||
"composite": true,
|
||||
"paths": {
|
||||
|
Loading…
Reference in New Issue
Block a user