angular/adev/shared-docs/tsconfig.json
Joey Perrott 5f1c08d75f build: migrate adev shared-docs package to use ts_project (#61193)
Migrate the build rules for shared docs to use ts_project

PR Close #61193
2025-05-09 16:30:05 +00:00

19 lines
No EOL
403 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"strict": true,
"declaration": true,
"sourceMap": true,
"lib": ["ES2022", "dom"],
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"types": ["node"],
"paths": {
"@angular/*": ["../../packages/*"]
}
}
}