diff --git a/tsconfig.json b/tsconfig.json index 7c131aff..a3a7046e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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'. */ @@ -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", "**/.*/"] }