We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c65c8c commit 96fb288Copy full SHA for 96fb288
1 file changed
tsconfig.json
@@ -2,6 +2,7 @@
2
"compilerOptions": {
3
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include*/
4
"module": "node16", /* Specify what module code is generated. */
5
+ "declaration": true,
6
"outDir": "./dist", /* Specify an output folder for all emitted files. */
7
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. */
8
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
0 commit comments