mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update README.md
This commit is contained in:
parent
7919245375
commit
dd0591a4b0
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ The publishing will actually be performed only if ``npm test`` passes.
|
|||
All your source files must remain inside the ``src`` dir, you can change how things are organized inside the source directory
|
||||
but don't forget to update your ``package.json`` ``main``, ``type`` and ``files`` fields and ``tsconfig.esm.json`` ``include`` field when appropriate.
|
||||
|
||||
- If you add a new directory in `src/`: Add it to `files` in `package.json` or it wont be in you npm bundle.
|
||||
|
||||
</details>
|
||||
|
||||
## Enabling "Go to Definition" to redirect to the source ``.ts`` file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue