Skip to content
This repository was archived by the owner on Nov 30, 2019. It is now read-only.

Commit ff5ff42

Browse files
committed
feat(TypeScript): Generate declaration files
We need to generate declaration files for autocomplete for IDEs
1 parent 0deba09 commit ff5ff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// "allowJs": true, /* Allow javascript files to be compiled. */
88
// "checkJs": true, /* Report errors in .js files. */
99
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
10-
// "declaration": true, /* Generates corresponding '.d.ts' file. */
10+
"declaration": true, /* Generates corresponding '.d.ts' file. */
1111
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
1212
// "sourceMap": true, /* Generates corresponding '.map' file. */
1313
// "outFile": "./", /* Concatenate and emit output to single file. */

0 commit comments

Comments
 (0)