We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5a9b8 commit 77b0068Copy full SHA for 77b0068
1 file changed
tsconfig.json
@@ -11,7 +11,7 @@
11
// "allowJs": true, /* Allow javascript files to be compiled. */
12
// "checkJs": true, /* Report errors in .js files. */
13
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
14
- "declaration": false, /* Generates corresponding '.d.ts' file. */
+ "declaration": true, /* Generates corresponding '.d.ts' file. */
15
// "sourceMap": true, /* Generates corresponding '.map' file. */
16
// "outFile": "./", /* Concatenate and emit output to single file. */
17
// "outDir": "./", /* Redirect output structure to the directory. */
0 commit comments