angular/adev/shared-docs/tsconfig.json
Joey Perrott 4fae4dbba8 build: migrate adev to use packaged version of @angular/* packages (#62413)
Use the packaged versions of the packages instead of the local ts_project dependencies to prevent multiple versions of the deps to enter test bundles

PR Close #62413
2025-07-02 16:10:25 +00:00

17 lines
No EOL
358 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": {},
}
}