mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.5 KiB
28 lines
1.5 KiB
{
|
|
"encapsulation": false,
|
|
"schematics": {
|
|
"use-application-builder": {
|
|
"version": "21.0.0",
|
|
"factory": "./use-application-builder/migration",
|
|
"description": "Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration",
|
|
"optional": true,
|
|
"recommended": true,
|
|
"documentation": "tools/cli/build-system-migration"
|
|
},
|
|
"remove-default-karma-config": {
|
|
"version": "21.0.0",
|
|
"factory": "./karma/migration",
|
|
"description": "Remove any karma configuration files that only contain the default content. The default configuration is automatically available without a specific project file."
|
|
},
|
|
"update-typescript-lib": {
|
|
"version": "21.0.0",
|
|
"factory": "./update-typescript-lib/migration",
|
|
"description": "Updates the 'lib' property in tsconfig files to use 'es2022' or a more modern version."
|
|
},
|
|
"update-module-resolution": {
|
|
"version": "21.0.0",
|
|
"factory": "./update-module-resolution/migration",
|
|
"description": "Update 'moduleResolution' to 'bundler' in TypeScript configurations. You can read more about this, here: https://www.typescriptlang.org/tsconfig/#moduleResolution"
|
|
}
|
|
}
|
|
}
|
|
|