27 lines
		
	
	
		
			656 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			656 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|       "module": "commonjs",
 | |
|       //"noImplicitAny": true,
 | |
|       "sourceMap": true,
 | |
|       "removeComments": true,
 | |
|       "preserveConstEnums": true,
 | |
|       "declaration": true,
 | |
|       "target": "es5",
 | |
|       "lib": ["es2015", "dom"],
 | |
|       "outDir": "./dist",
 | |
|       "noUnusedLocals": true,
 | |
|       "noImplicitReturns": true,
 | |
|       "noImplicitThis": true,
 | |
|       "alwaysStrict": true,
 | |
|       "noUnusedParameters": false,
 | |
|       "pretty": true,
 | |
|       "noFallthroughCasesInSwitch": true,
 | |
|       "allowUnreachableCode": false,
 | |
|       "downlevelIteration": true,
 | |
|       "moduleResolution": "node"
 | |
|   },
 | |
|   "include": [
 | |
|     "*.ts", "utils/**/*"
 | |
|   ]
 | |
| }
 |