mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
84b66f3b04
Migrate the build rules for shared docs to use ts_project PR Close #61217
19 lines
403 B
JSON
19 lines
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/*"]
|
|
}
|
|
}
|
|
} |