Skip to content

Commit bafbf7f

Browse files
committed
add declarationMap to tsconfig
1 parent 3fa283c commit bafbf7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compilerOptions": {
55
"allowSyntheticDefaultImports": true,
66
"declaration": true,
7+
"declarationMap": true,
78
"esModuleInterop": true,
89
"forceConsistentCasingInFileNames": true,
910
"isolatedModules": true,

0 commit comments

Comments
 (0)