/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/typings_test_rxjs7/tsconfig.json
17 строк
458 B
Alan Agius
build: adopt `moduleResolution: "bundler"` (#64125)
29 сен 2025, 21:20
29 сен 2025, 21:20
fc643c9
Код
Авторство
О чём код?
{ "compilerOptions": { "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "experimentalDecorators": true, "module": "es2022", "moduleResolution": "bundler", "outDir": "./dist/out-tsc", "rootDir": ".", "target": "es2020", "lib": ["ES2020", "dom"], "types": [] }, "files": ["include-all.ts", "node_modules/@types/jasmine/index.d.ts"] }