mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
37 lines
854 B
JSON
37 lines
854 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "../built/local",
|
|
|
|
"pretty": true,
|
|
"lib": ["es2020"],
|
|
"target": "es2020",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"noEmitOnError": true,
|
|
"emitDeclarationOnly": true,
|
|
|
|
"strict": true,
|
|
"strictBindCallApply": false,
|
|
"useUnknownInCatchVariables": false,
|
|
"noImplicitOverride": true,
|
|
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"allowUnusedLabels": false,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"alwaysStrict": true,
|
|
"preserveConstEnums": true,
|
|
"newLine": "lf",
|
|
|
|
"types": []
|
|
}
|
|
}
|