12 lines
223 B
JSON
12 lines
223 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"rootDir": ".",
|
||
|
"newLine": "LF",
|
||
|
"sourceMap": false,
|
||
|
"types": []
|
||
|
}
|
||
|
}
|