47 lines
		
	
	
		
			1004 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1004 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compileOnSave": false,
 | |
|   "compilerOptions": {
 | |
|     "baseUrl": "./",
 | |
|     "outDir": "./dist/out-tsc",
 | |
|     "forceConsistentCasingInFileNames": true,
 | |
|     "strict": true,
 | |
|     "noImplicitReturns": true,
 | |
|     "noFallthroughCasesInSwitch": true,
 | |
|     "sourceMap": true,
 | |
|     "declaration": false,
 | |
|     "downlevelIteration": true,
 | |
|     "experimentalDecorators": true,
 | |
|     "moduleResolution": "node",
 | |
|     "importHelpers": true,
 | |
|     "target": "es2015",
 | |
|     "module": "es2020",
 | |
|     "lib": [
 | |
|       "es2018",
 | |
|       "dom"
 | |
|     ],
 | |
|     "paths": {
 | |
|       "@shared": [
 | |
|         "src/app/shared/index"
 | |
|       ],
 | |
|       "@core": [
 | |
|         "src/app/core/index"
 | |
|       ],
 | |
|       "@env/*": [
 | |
|         "src/environments/*"
 | |
|       ],
 | |
|       "@brand": [
 | |
|         "src/app/layout/pro/index"
 | |
|       ],
 | |
|       "@conf/*": [
 | |
|         "src/conf/*"
 | |
|       ]
 | |
|     },
 | |
|     "allowSyntheticDefaultImports": true
 | |
|   },
 | |
|   "angularCompilerOptions": {
 | |
|     "strictInjectionParameters": true,
 | |
|     "strictInputAccessModifiers": true,
 | |
|     "strictTemplates": true
 | |
|   }
 | |
| }
 |