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

@ -71,7 +71,7 @@
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": [
"src/**/*"
"exclude": [
"**/*.spec.ts"
]
}