Skip to content

Commit

Permalink
feat: change tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj committed Jan 3, 2025
1 parent 0196753 commit a6820f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"outDir": "lib" /* Redirect output structure to the directory. */,
"rootDir": "src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
// "composite": true, /* Enable project compilation */
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
"tsBuildInfoFile": "./node_modules/.cache/.tsbuildinfo",
// "removeComments": true, /* Do not emit comments to output. */
// "noEmit": true, /* Do not emit outputs. */
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
Expand Down Expand Up @@ -71,5 +71,6 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"include": ["src"]
"include": ["src"],
"exclude": ["node_modules", "build", "dist", "coverage", "**/.*/"]
}

0 comments on commit a6820f3

Please sign in to comment.