Add tsconfig.json for easier library editing (#96)
This commit is contained in:
parent
e591bed6ad
commit
b144744509
11
libs/tsconfig.json
Normal file
11
libs/tsconfig.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es5",
|
||||||
|
"noImplicitAny": true,
|
||||||
|
"noImplicitReturns": true,
|
||||||
|
"rootDir": ".",
|
||||||
|
"newLine": "LF",
|
||||||
|
"sourceMap": false,
|
||||||
|
"types": []
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user