Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Update tsconfig.json #119

Open
wants to merge 134 commits into
base: master
Choose a base branch
from
Open

Conversation

agborkowski
Copy link

after that change, jest starts shows errors with mapped js->ts files

Bowden Kelly and others added 30 commits May 9, 2017 13:28
Update references from bowdenk7 repo to Microsoft repo
added package-lock for npm5 and fixed bug with flash messages
Added `build` `preLaunchTask` for debug configuration
Removed duplication in npm scripts `serve` and `watch`
…MaxOptions'.

fix err TypeScript-Node-Starter/src/controllers/api.ts[6, 9]: missing whitespace, 8 files
fix bugs of issue 15
fit  bugs of issue 15 and some other bugs caused by tslint
port changes from PR microsoft#11 and update package.lock from latest npm version
Bowden and others added 28 commits February 27, 2018 14:29
Typo in ts-jest name in README
use import instead of require in copyStaticAssets.ts
declare function signature only once
use same signature for model function & ts type
after that change, jest starts shows errors with mapped js->ts files
@@ -5,7 +5,7 @@
"target": "es6",
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": true,
"inlineSourceMap": true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agborkowski why inlineSourceMap instead of sourceMap?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet