Perform regression on tsconfig.json

This commit is contained in:
Marquis Kurt 2019-08-05 21:54:00 -04:00
parent 61eb62281b
commit 2270be331a
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 4 additions and 2 deletions

View File

@ -19,5 +19,7 @@
"noEmit": true,
"jsx": "preserve"
},
"include": []
}
"include": [
"src"
]
}