mirror of
https://github.com/angular/angular-cli.git
synced 2025-06-02 03:12:30 +08:00
This commit removes the need for the bootstrap-local logic and moves the scripts to` mts`
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"noEmit": true,
|
|
"types": []
|
|
},
|
|
"include": ["**/*.mts"],
|
|
"exclude": []
|
|
}
|