/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/adev-api-extraction/tsconfig.json
25 строк
633 B
Miles Malerba
docs: generate adev-compatible api json (#30857)
30 апр 2025, 22:07
Не верифицирован
30 апр 2025, 22:07
2c078ac
Код
Авторство
О чём код?
/* To learn more about this file see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ { "ts-node": { "compilerOptions": { "module": "commonjs" } }, "compileOnSave": false, "compilerOptions": { "strict": true, "types": ["node"], "module": "esnext", "target": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "declaration": true, "sourceMap": true }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true } }