🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"packageManager": "pnpm",
"analytics": false,
"cache": {
"enabled": false
}
},
"newProjectRoot": "projects",
"projects": {
"angular-cli-20": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"inlineTemplate": true,
"inlineStyle": true,
"skipTests": true
"@schematics/angular:class": {
"@schematics/angular:directive": {
"@schematics/angular:guard": {
"@schematics/angular:interceptor": {
"@schematics/angular:pipe": {
"@schematics/angular:resolver": {
"@schematics/angular:service": {
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular/build:application",
"options": {
"browser": "src/main.ts",
"tsConfig": "tsconfig.app.json",
"assets": [
"glob": "**/*",
"input": "public"
],
"styles": ["src/styles.css"]
"configurations": {
"production": {
"budgets": [
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"type": "anyComponentStyle",
"maximumWarning": "4kB",
"maximumError": "8kB"
"outputHashing": "all"
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"defaultConfiguration": "production"
"serve": {
"builder": "@angular/build:dev-server",
"buildTarget": "angular-cli-20:build:production"
"buildTarget": "angular-cli-20:build:development"
"defaultConfiguration": "development"
"extract-i18n": {
"builder": "@angular/build:extract-i18n"