You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			605 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			605 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "compilerOptions": {
 | |
| 		"module": "commonjs",
 | |
| 		"target": "es2015",
 | |
| 		"alwaysStrict": true,
 | |
| 		"forceConsistentCasingInFileNames": true,
 | |
| 		"listEmittedFiles": false,
 | |
| 		"noFallthroughCasesInSwitch": true,
 | |
| 		"noImplicitAny": true,
 | |
| 		"noImplicitReturns": true,
 | |
| 		"noUnusedLocals": true,
 | |
| 		"noUnusedParameters": true,
 | |
| 		"strictBindCallApply": true,
 | |
| 		"strictFunctionTypes": true,
 | |
| 		"sourceMap": true,
 | |
| 		"jsx": "react",
 | |
| 	},
 | |
|     "include": [
 | |
|         "ReactNativeClient/**/*",
 | |
|         "ElectronClient/**/*",
 | |
|         "CliClient/**/*",
 | |
| 	],
 | |
| 	"exclude": [
 | |
| 		"**/node_modules",
 | |
| 		"ElectronClient/dist/**/*",
 | |
| 	],
 | |
| } |