forked from sheetjs/docs.sheetjs.com
		
	
		
			
				
	
	
		
			113 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			113 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
 | 
						|
  "version": 1,
 | 
						|
  "newProjectRoot": "projects",
 | 
						|
  "projects": {
 | 
						|
    "sheetjs": {
 | 
						|
      "root": "",
 | 
						|
      "sourceRoot": "src",
 | 
						|
      "projectType": "application",
 | 
						|
      "prefix": "app",
 | 
						|
      "schematics": {
 | 
						|
        "@schematics/angular:component": {
 | 
						|
          "inlineTemplate": true,
 | 
						|
          "inlineStyle": true,
 | 
						|
          "skipTests": true
 | 
						|
        },
 | 
						|
        "@schematics/angular:class": {
 | 
						|
          "skipTests": true
 | 
						|
        },
 | 
						|
        "@schematics/angular:directive": {
 | 
						|
          "skipTests": true
 | 
						|
        },
 | 
						|
        "@schematics/angular:guard": {
 | 
						|
          "skipTests": true
 | 
						|
        },
 | 
						|
        "@schematics/angular:interceptor": {
 | 
						|
          "skipTests": true
 | 
						|
        },
 | 
						|
        "@schematics/angular:pipe": {
 | 
						|
          "skipTests": true
 | 
						|
        },
 | 
						|
        "@schematics/angular:resolver": {
 | 
						|
          "skipTests": true
 | 
						|
        },
 | 
						|
        "@schematics/angular:service": {
 | 
						|
          "skipTests": true
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "architect": {
 | 
						|
        "build": {
 | 
						|
          "builder": "@angular-devkit/build-angular:browser",
 | 
						|
          "options": {
 | 
						|
            "outputPath": "dist/sheetjs",
 | 
						|
            "index": "src/index.html",
 | 
						|
            "main": "src/main.ts",
 | 
						|
            "polyfills": "src/polyfills.ts",
 | 
						|
            "tsConfig": "tsconfig.app.json",
 | 
						|
            "assets": [
 | 
						|
              "src/favicon.ico",
 | 
						|
              "src/assets"
 | 
						|
            ],
 | 
						|
            "styles": [
 | 
						|
              "src/styles.css"
 | 
						|
            ],
 | 
						|
            "scripts": []
 | 
						|
          },
 | 
						|
          "configurations": {
 | 
						|
            "production": {
 | 
						|
              "budgets": [
 | 
						|
                {
 | 
						|
                  "type": "initial",
 | 
						|
                  "maximumWarning": "500kb",
 | 
						|
                  "maximumError": "2mb"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "anyComponentStyle",
 | 
						|
                  "maximumWarning": "2kb",
 | 
						|
                  "maximumError": "4kb"
 | 
						|
                }
 | 
						|
              ],
 | 
						|
              "fileReplacements": [
 | 
						|
                {
 | 
						|
                  "replace": "src/environments/environment.ts",
 | 
						|
                  "with": "src/environments/environment.prod.ts"
 | 
						|
                }
 | 
						|
              ],
 | 
						|
              "outputHashing": "all"
 | 
						|
            },
 | 
						|
            "development": {
 | 
						|
              "buildOptimizer": false,
 | 
						|
              "optimization": false,
 | 
						|
              "vendorChunk": true,
 | 
						|
              "extractLicenses": false,
 | 
						|
              "sourceMap": true,
 | 
						|
              "namedChunks": true
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "defaultConfiguration": "production"
 | 
						|
        },
 | 
						|
        "serve": {
 | 
						|
          "builder": "@angular-devkit/build-angular:dev-server",
 | 
						|
          "configurations": {
 | 
						|
            "production": {
 | 
						|
              "browserTarget": "sheetjs:build:production"
 | 
						|
            },
 | 
						|
            "development": {
 | 
						|
              "browserTarget": "sheetjs:build:development"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "defaultConfiguration": "development"
 | 
						|
        },
 | 
						|
        "extract-i18n": {
 | 
						|
          "builder": "@angular-devkit/build-angular:extract-i18n",
 | 
						|
          "options": {
 | 
						|
            "browserTarget": "sheetjs:build"
 | 
						|
          }
 | 
						|
        }
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "defaultProject": "sheetjs"
 | 
						|
}
 |