You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			775 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			775 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "compilerOptions": {
 | |
| 		"module": "commonjs",
 | |
| 		"target": "es2015",
 | |
| 		//"lib": ["es2015", "es2020.string", "dom", "dom.iterable"],
 | |
| 		"alwaysStrict": true,
 | |
| 		"forceConsistentCasingInFileNames": true,
 | |
| 		"listEmittedFiles": false,
 | |
| 		"noFallthroughCasesInSwitch": true,
 | |
| 		"noImplicitAny": true,
 | |
| 		"noImplicitReturns": true,
 | |
| 		"noUnusedLocals": true,
 | |
| 		"noUnusedParameters": true,
 | |
| 		"strictBindCallApply": true,
 | |
| 		"strictFunctionTypes": true,
 | |
| 		"sourceMap": true,
 | |
| 		"jsx": "react",
 | |
| 		"skipLibCheck": true,
 | |
| 		"allowUmdGlobalAccess": true,
 | |
| 	},
 | |
| 	"exclude": [
 | |
| 		"**/node_modules",
 | |
| 		"packages/app-desktop/dist/**/*",
 | |
| 		"packages/app-cli/tests/support/**/*",
 | |
| 		"packages/app-cli/tests-build/**/*",
 | |
| 		"packages/app-cli/build/**/*",
 | |
| 		"Modules/**/*",
 | |
| 		"packages/server/dist",
 | |
| 	],
 | |
| } |