1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-06-02 03:12:30 +08:00
Alan Agius a88bc7c91f build: remove the need to bootstrap-local
This commit removes the need for the bootstrap-local logic and moves the scripts to` mts`
2024-03-14 15:46:54 +01:00

12 lines
202 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "Node16",
"moduleResolution": "Node16",
"noEmit": true,
"types": []
},
"include": ["**/*.mts"],
"exclude": []
}