tsconfig.json: commit

This commit is contained in:
mappu 2017-11-12 12:57:51 +13:00
parent dd1c6b7968
commit b24ad687df
1 changed files with 9 additions and 0 deletions

9
tsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "es3",
"removeComments": true
},
"include": [
"client/*"
]
}