/
githubmirror
/
TypeScript
Обзор
Документация
Войти
/
githubmirror
/
TypeScript
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/tsconfig-base.json
32 строки
756 B
Isabel Duan
Enable `--isolatedDeclarations` on TS codebase (#59635)
16 сен 2024, 04:10
Не верифицирован
16 сен 2024, 04:10
52eaa7b
Код
Авторство
О чём код?
{ "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": [] } }