Skip to content

Commit cdd3e1f

Browse files
committed
format
1 parent 4105461 commit cdd3e1f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ types
9292
# Editor
9393
.idea
9494
.history
95+
96+
.npmrc

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,22 @@ npm install --save-dev tsc-alias
2828
"scripts": {
2929
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
3030
}
31+
```
3132

32-
================ OR ===================
33+
or
3334

35+
```json
3436
"scripts": {
3537
"build": "tsc && tsc-alias",
3638
"build:watch": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")"
3739
}
3840
```
3941

4042
## Issues
43+
4144
If you have an issue, please create one. But, before:
4245

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)
4447
- try to check if there exits alike issues.
4548
- try to run with `--debug` and check if config is correctly loaded and all sourcefiles are found.
4649

0 commit comments

Comments
 (0)