tsconfig, file exclusions

This commit is contained in:
shinigami-eyes
2019-06-29 15:15:36 +02:00
parent b7cff21a78
commit 2f524bac7a
3 changed files with 15 additions and 0 deletions

5
extension/tsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"compilerOptions": {
"target": "es2017"
}
}