mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "allowJs": true,
 | |
|     "noEmitOnError": false,
 | |
|     "noImplicitAny": true,
 | |
|     "noImplicitReturns": true,
 | |
|     "noUnusedParameters": false,
 | |
|     "noUnusedLocals": true,
 | |
|     "noFallthroughCasesInSwitch": true,
 | |
|     "declaration": false,
 | |
|     "sourceMap": true,
 | |
|     "target": "es2017",
 | |
|     "module": "commonjs",
 | |
|     "removeComments": false,
 | |
|     "noLib": false,
 | |
|     "strict": true,
 | |
|     "strictNullChecks": false
 | |
|   },
 | |
|   "compileOnSave": false,
 | |
|   "include": [
 | |
|     "./src/**/*.ts"
 | |
|   ],
 | |
|   "exclude": [
 | |
|     "./src/client/app/**/*.ts"
 | |
|   ]
 | |
| }
 |