mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Migrates `manual_api_docs` to `rules_js`. Since compiler CLI is ESM compiled but doesn't have extensions, we can either bundle or simply use the dependency as type only. This is easier and sufficient for this use-case. PR Close #61181
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"types": ["node"]
|
|
}
|
|
}
|