27 lines
		
	
	
		
			601 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			601 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "outDir": "./dist",
 | |
|     "target": "ES5",
 | |
|     "module": "ES6",
 | |
|     "jsx": "react-jsx",
 | |
|     "sourceMap": true,
 | |
|     "useDefineForClassFields": true,
 | |
|     "moduleResolution": "Bundler",
 | |
|     "composite": true,
 | |
|     "resolveJsonModule": true,
 | |
|     "incremental": true,
 | |
| 
 | |
|     /* enabling decorators */
 | |
|     "experimentalDecorators": true,
 | |
|     "emitDecoratorMetadata": true,
 | |
| 
 | |
|     /* lint */
 | |
|     "noImplicitAny": true,
 | |
|     "noImplicitThis": true,
 | |
|     "strictFunctionTypes": true,
 | |
|     "alwaysStrict": true,
 | |
|     "strictBindCallApply": true,
 | |
|     "allowSyntheticDefaultImports": true
 | |
|   }
 | |
| }
 |