mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
* Add unit test which tracks public API changes * Accept strict function types updates * 100% Linefeeds, no carriage returns * How were these missing? * That would be why they were there * Extract and comment * Accept comment changes
19 lines
457 B
JSON
19 lines
457 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",
|
|
"newLine": "lf",
|
|
"types": []
|
|
}
|
|
}
|