Skip to content

Commit

Permalink
chore: disable declaration on tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Oct 6, 2024
1 parent f1794b9 commit ac12f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
// "maxNodeModuleJsDepth": 1, // Maximum depth for checking JavaScript files in node_modules

/* Emit */
"declaration": true, // Generate .d.ts files
"declaration": false, // Generate .d.ts files
"disableSizeLimit": false, // Disable size limit for incremental compilation
// "declarationMap": true, // Generate sourcemaps for .d.ts files
// "emitDeclarationOnly": true, // Only output .d.ts files
"sourceMap": true, // Generate source map files
Expand Down

0 comments on commit ac12f6a

Please sign in to comment.