Add tsconfig.json for easier library editing (#96)

This commit is contained in:
Michał Moskal 2017-12-15 22:29:31 +00:00 committed by Peli de Halleux
parent e591bed6ad
commit b144744509
1 changed files with 11 additions and 0 deletions

11
libs/tsconfig.json Normal file
View File

@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"rootDir": ".",
"newLine": "LF",
"sourceMap": false,
"types": []
}
}