Don't compile the .spec.ts files

This commit is contained in:
Oliver Akins 2022-06-23 11:38:47 -06:00
parent 726067b1e5
commit 449a4b25d9
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 6 additions and 4 deletions

View file

@ -15,7 +15,7 @@
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "./dist", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"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 */
// "removeComments": true, /* Do not emit comments to output. */
@ -71,5 +71,7 @@
"stripInternal": true
},
"include": [ "src/**/*" ]
"exclude": [
"src/**/*.spec.ts"
]
}