/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig-tslint.json
19 строк
349 B
Joey Perrott
build: update tslint configuration (#61146)
06 май 2025, 23:35
06 май 2025, 23:35
be17ed3
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": true, "esModuleInterop": true }, "include": [ "packages/**/*", "modules/**/*", "tools/**/*", "scripts/**/*", "devtools/**/*", "adev/**/*" ], "exclude": [ "adev/src/content/api-examples/**", "adev/src/content/examples/**", "adev/src/content/tutorials/**", ] }