We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726afdb commit 53e3ff7Copy full SHA for 53e3ff7
tsconfig.json
@@ -17,7 +17,9 @@
17
"importHelpers": true,
18
"experimentalDecorators": true,
19
"allowSyntheticDefaultImports": true,
20
- "esModuleInterop": true
+ "esModuleInterop": true,
21
+ "declaration": true /* Generates corresponding '.d.ts' file. */,
22
+ "sourceMap": true /* Generates corresponding '.map' file. */
23
},
24
"exclude": [
25
"example",
0 commit comments