build() remove tsconfig.spec.json file

This commit is contained in:
Kamil Myśliwiec 2019-01-04 20:34:30 +01:00
parent 176d945f28
commit 71d73aa107
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest", "node"]
},
"include": ["**/*.spec.ts", "**/*.d.ts"]
}