mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com> Co-authored-by: Andrew Branch <andrew@wheream.io>
33 lines
756 B
JSON
33 lines
756 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "../built/local",
|
|
|
|
"pretty": true,
|
|
"lib": ["es2020"],
|
|
"target": "es2020",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"emitDeclarationOnly": true,
|
|
"isolatedDeclarations": true,
|
|
|
|
"strict": true,
|
|
"strictBindCallApply": false,
|
|
"useUnknownInCatchVariables": false,
|
|
"noImplicitOverride": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"alwaysStrict": true,
|
|
"preserveConstEnums": true,
|
|
"newLine": "lf",
|
|
|
|
"types": []
|
|
}
|
|
}
|