mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			800 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			800 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "composite": true,
 | 
						|
    "declarationMap": true,
 | 
						|
    "emitDeclarationOnly": true,
 | 
						|
    "importHelpers": true,
 | 
						|
    "isolatedModules": true,
 | 
						|
    "lib": ["ES2023"],
 | 
						|
    "module": "nodenext",
 | 
						|
    "moduleResolution": "nodenext",
 | 
						|
    "noEmitOnError": true,
 | 
						|
    "noFallthroughCasesInSwitch": true,
 | 
						|
    "noImplicitAny": true,
 | 
						|
    "noImplicitOverride": false,  // TODO: Re-enable it at some point.
 | 
						|
    "noImplicitReturns": false,   // TODO: Re-enable it at some point.
 | 
						|
    "noUnusedLocals": false,      // TODO: Re-enable it at some point.
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "strict": true,
 | 
						|
    "target": "es2022",
 | 
						|
    "customConditions": ["development"],
 | 
						|
    "verbatimModuleSyntax": true,
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "downlevelIteration": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
  }
 | 
						|
}
 |