You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
* fix typo
* fix: copying issues
* fix: fix for tslint
* port changes from PR microsoft#11
* Added survey links that I forgot ><
* fix: fix lint warnings for test files
* Bump tasks.json version from 0.10 to 2.00. Add default build task.
* updating package-lock
* looks like new version of npm adds a blank line after each npm install. Committing it
* updated specific .d.ts files to point to definitely typed file. Also added recommended extensions using vs code's extensions.json
* update to node 8 on travis
* removed yarn as npm 5 makes it mostly unneccesary and it's causing some issues with CI
* add attach debug configuration
- Attach debug configuration
- Scripts: debug, serve-debug, watch-debug
- Readme
* fix: word
* .
* Update build task
* change tests to not always pass
* separate server binding to port from other app config
this seems a bit crude but allows running the tests and having them take
care of setting up the port to use
* might as well also add the change for issue microsoft#41
* Update README.md
Added missing "node_modules/*" path mapping to README.
* feat(*): update several dependencies
* Removed extra "s" in sourceMap compilerOptions
* Update README.md
Added missing "node_modules/*" path mapping to README.
* change tests to not always pass
* feat(*): update several dependencies
* Removed extra "s" in sourceMap compilerOptions
* separate server binding to port from other app config
this seems a bit crude but allows running the tests and having them take
care of setting up the port to use
* fix up tests
* update repo field
* made some changes to mongo connection
"jest": {
"globals": {
"TS_CONFIG": "tsconfig.json"
},
needs replacing with
"jest": {
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}
The text was updated successfully, but these errors were encountered: