mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
14 lines
344 B
JSON
14 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es5"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"pretty": true,
|
|
"preserveConstEnums": true,
|
|
"stripInternal": true,
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
}
|
|
} |