1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

might as well also add the change for issue #41

This commit is contained in:
Daniel Temme
2017-08-19 16:27:39 +02:00
parent 4eb0962a7b
commit ab8300e088

View File

@@ -26,7 +26,9 @@
},
"jest": {
"globals": {
"__TS_CONFIG__": "tsconfig.json"
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}
},
"moduleFileExtensions": [
"ts",