mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
18 lines
431 B
JSON
18 lines
431 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es5"],
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"alwaysStrict": true,
|
|
"pretty": true,
|
|
"preserveConstEnums": true,
|
|
"stripInternal": true,
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"types": []
|
|
}
|
|
}
|