mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6758f9326e
This change removes the use of `tsx` to execute both `ng-dev` and the repo level development scripts.
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../dist/dev-infra-scripts",
|
|
"target": "es2020",
|
|
"lib": ["es2020"],
|
|
"module": "Node16",
|
|
"types": ["node"],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"rewriteRelativeImportExtensions": true
|
|
}
|
|
}
|