mirror of
				https://github.com/DerTyp7/street-map-typescript.git
				synced 2025-10-31 05:37:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			974 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			974 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| /* To learn more about this file see: https://angular.io/config/tsconfig. */
 | |
| {
 | |
|   "compileOnSave": false,
 | |
|   "compilerOptions": {
 | |
|     "baseUrl": "./",
 | |
|     "outDir": "./dist/out-tsc",
 | |
|     "forceConsistentCasingInFileNames": true,
 | |
|     "strict": true,
 | |
|     "noImplicitOverride": true,
 | |
|     "noPropertyAccessFromIndexSignature": true,
 | |
|     "noImplicitReturns": true,
 | |
|     "noFallthroughCasesInSwitch": true,
 | |
|     "strictPropertyInitialization": false,
 | |
|     "allowSyntheticDefaultImports": true,
 | |
|     "skipLibCheck": true,
 | |
|     "sourceMap": true,
 | |
|     "declaration": false,
 | |
|     "downlevelIteration": true,
 | |
|     "experimentalDecorators": true,
 | |
|     "moduleResolution": "node",
 | |
|     "importHelpers": true,
 | |
|     "target": "es2017",
 | |
|     "module": "es2020",
 | |
|     "lib": [
 | |
|       "es2020",
 | |
|       "dom"
 | |
|     ]
 | |
|   },
 | |
|   "angularCompilerOptions": {
 | |
|     "enableI18nLegacyMessageIdFormat": false,
 | |
|     "strictInjectionParameters": true,
 | |
|     "strictInputAccessModifiers": true,
 | |
|     "strictTemplates": true
 | |
|   }
 | |
| }
 | 
