/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/scripts/synonyms/tsconfig.json
22 строки
568 B
Joey Perrott
ci: update algolia synonym updater to use node directly rather than tsx
14 янв 2026, 20:26
14 янв 2026, 20:26
3f13db8
Код
Авторство
О чём код?
{ "compileOnSave": false, "compilerOptions": { "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "sourceMap": true, "declaration": false, "moduleResolution": "bundler", "preserveSymlinks": true, "importHelpers": true, "target": "ES2022", "module": "ES2022", "allowImportingTsExtensions": true, "lib": ["ES2022"], "types": [], "skipLibCheck": true } }