mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
33 lines
749 B
JSON
33 lines
749 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,
|
|
"noEmitOnError": true,
|
|
"emitDeclarationOnly": true,
|
|
|
|
"strict": true,
|
|
"strictBindCallApply": false,
|
|
"useUnknownInCatchVariables": false,
|
|
"noImplicitOverride": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"alwaysStrict": true,
|
|
"preserveConstEnums": true,
|
|
"newLine": "lf",
|
|
|
|
"types": []
|
|
}
|
|
}
|