16 lines
		
	
	
		
			331 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			331 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "module": "commonjs",
 | 
						|
    "declaration": false,
 | 
						|
    "removeComments": true,
 | 
						|
    "emitDecoratorMetadata": true,
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "target": "es6",
 | 
						|
    "sourceMap": false,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "outDir": "./dist",
 | 
						|
    "baseUrl": "./"
 | 
						|
  },
 | 
						|
  "exclude": ["node_modules"]
 | 
						|
}
 |