tsconfig: enable declaration maps for goto definition

This commit is contained in:
Patrik Oldsberg
2020-03-07 12:18:48 +01:00
parent 5e52956220
commit 41d087e35a
+1
View File
@@ -4,6 +4,7 @@
"compilerOptions": {
"allowJs": true,
"noEmit": false,
"declarationMap": true,
"incremental": true
}
}