Skip to content

Commit 97806cc

Browse files
committed
fix: file inclusion references code
1 parent c4eb45d commit 97806cc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# [1.0.0](https://github.com/Rain120/typescript-guide/compare/0.0.1...1.0.0) (2021-04-25)
1+
# [1.0.0](https://github.com/Rain120/typescript-guide/compare/0.0.1...1.0.0) (2021-04-29)
22

33

44
### Bug Fixes
55

6-
* bug about deploy action folder ([938379b](https://github.com/Rain120/typescript-guide/commit/938379bf7018ceacaeffff789d7dd2914c451b7b))
76
* bug about deploy action folder ([57f4fae](https://github.com/Rain120/typescript-guide/commit/57f4fae89f0f478a51f58c5873936a264e6d4b09))
7+
* bug about deploy action folder(not home ~) ([c4eb45d](https://github.com/Rain120/typescript-guide/commit/c4eb45d079e8fc63ebffd3dca04f5111072da894))
88
* bug about github actions deploy branch config error ([bc992c0](https://github.com/Rain120/typescript-guide/commit/bc992c05ee17bfcccca14b3400e0e81e9c16c423))
99
* github actions deploy bug ([4c64d68](https://github.com/Rain120/typescript-guide/commit/4c64d68ddd17f03a3900219ed06ba453fb25a49f))
1010
* style about deploy with params at yml file ([a4d5ed3](https://github.com/Rain120/typescript-guide/commit/a4d5ed3924239b6498aae6fde169c162123633e7))

docs/zh/compile-config/file-inclusion/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@
122122

123123
```json
124124
{
125-
"files": ["main.ts", "supplemental.ts"]
125+
"references": [
126+
// ... path
127+
"some/path/which/you/want/to/set/it",
128+
]
126129
}
127130
```
128131

0 commit comments

Comments
 (0)