Skip to content

Commit e27defe

Browse files
committed
build: modifie tsconfig
1 parent 885e545 commit e27defe

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

packages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
### Install
1010

1111
```bash
12-
yarn add @path-tree/react
12+
yarn add @path-tree/react tslib
1313
```
1414

1515
### Basic Usage

packages/vue/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lib
2+
dist

packages/vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### Install
88

99
```bash
10-
yarn add @path-tree/vue
10+
yarn add @path-tree/vue tslib
1111
```
1212

1313
### Basic Usage

packages/vue/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": ["./src/*.ts", "./src/*.tsx"],
3+
"include": ["src/Directory.ts", "src/DirectoryTree.ts", "src/File.ts", "src/Tree.ts", "src/index.ts"],
44
"compilerOptions": {
55
"lib": ["ES2019", "DOM"],
66
"module": "commonjs",

0 commit comments

Comments
 (0)