File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
docs/zh/compile-config/file-inclusion Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 )
2
2
3
3
4
4
### Bug Fixes
5
5
6
- * bug about deploy action folder ([ 938379b] ( https://github.com/Rain120/typescript-guide/commit/938379bf7018ceacaeffff789d7dd2914c451b7b ) )
7
6
* 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 ) )
8
8
* bug about github actions deploy branch config error ([ bc992c0] ( https://github.com/Rain120/typescript-guide/commit/bc992c05ee17bfcccca14b3400e0e81e9c16c423 ) )
9
9
* github actions deploy bug ([ 4c64d68] ( https://github.com/Rain120/typescript-guide/commit/4c64d68ddd17f03a3900219ed06ba453fb25a49f ) )
10
10
* style about deploy with params at yml file ([ a4d5ed3] ( https://github.com/Rain120/typescript-guide/commit/a4d5ed3924239b6498aae6fde169c162123633e7 ) )
Original file line number Diff line number Diff line change 122
122
123
123
``` json
124
124
{
125
- "files" : [" main.ts" , " supplemental.ts" ]
125
+ "references" : [
126
+ // ... path
127
+ " some/path/which/you/want/to/set/it" ,
128
+ ]
126
129
}
127
130
```
128
131
You can’t perform that action at this time.
0 commit comments