File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 92
92
# Editor
93
93
.idea
94
94
.history
95
+
96
+ .npmrc
Original file line number Diff line number Diff line change @@ -28,19 +28,22 @@ npm install --save-dev tsc-alias
28
28
"scripts" : {
29
29
"build" : " tsc --project tsconfig.json && tsc-alias -p tsconfig.json" ,
30
30
}
31
+ ```
31
32
32
- ================ OR ===================
33
+ or
33
34
35
+ ``` json
34
36
"scripts" : {
35
37
"build" : " tsc && tsc-alias" ,
36
38
"build:watch" : " tsc && (concurrently \" tsc -w\" \" tsc-alias -w\" )"
37
39
}
38
40
```
39
41
40
42
## Issues
43
+
41
44
If you have an issue, please create one. But, before:
42
45
43
- - try to check the [ FAQ.] ( https://github.com/justkey007/tsc-alias/discussions/110 )
46
+ - try to check the [ FAQ.] ( https://github.com/justkey007/tsc-alias/discussions/110 )
44
47
- try to check if there exits alike issues.
45
48
- try to run with ` --debug ` and check if config is correctly loaded and all sourcefiles are found.
46
49
You can’t perform that action at this time.
0 commit comments