/
githubmirror
/
tech-interview-handbook
Обзор
Документация
Войти
/
githubmirror
/
tech-interview-handbook
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/tsconfig/base.json
20 строк
521 B
Yangshun Tay
feat: scaffold monorepo
29 сен 2022, 13:21
29 сен 2022, 13:21
523d91f
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Default", "compilerOptions": { "composite": false, "declaration": true, "declarationMap": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "inlineSources": false, "isolatedModules": true, "moduleResolution": "node", "noUnusedLocals": false, "noUnusedParameters": false, "preserveWatchOutput": true, "skipLibCheck": true, "strict": true }, "exclude": ["node_modules"] }