16 lines
No EOL
355 B
JSON
16 lines
No EOL
355 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"target": "es6",
|
|
"moduleResolution": "Node",
|
|
|
|
//have harsh code standards
|
|
"pretty": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitReturns": true,
|
|
"allowUnreachableCode": false,
|
|
"noImplicitUseStrict": true
|
|
}
|
|
} |