Skip to content

Commit 53e3ff7

Browse files
committed
.map and .d.ts are going to be generated
1 parent 726afdb commit 53e3ff7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"importHelpers": true,
1818
"experimentalDecorators": true,
1919
"allowSyntheticDefaultImports": true,
20-
"esModuleInterop": true
20+
"esModuleInterop": true,
21+
"declaration": true /* Generates corresponding '.d.ts' file. */,
22+
"sourceMap": true /* Generates corresponding '.map' file. */
2123
},
2224
"exclude": [
2325
"example",

0 commit comments

Comments
 (0)