Merge pull request #188 from spotify/patriko/goto

tsconfig: enable declaration maps for goto definition
This commit is contained in:
Patrik Oldsberg
2020-03-07 12:53:37 +01:00
committed by GitHub
+1
View File
@@ -4,6 +4,7 @@
"compilerOptions": {
"allowJs": true,
"noEmit": false,
"declarationMap": true,
"incremental": true
}
}