mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			501 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			501 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "jsc": {
 | 
						|
    "target": "es2017",
 | 
						|
    "parser": {
 | 
						|
      "syntax": "typescript",
 | 
						|
      "decorators": true,
 | 
						|
      "dynamicImport": true
 | 
						|
    },
 | 
						|
    "transform": {
 | 
						|
      "decoratorMetadata": true,
 | 
						|
      "legacyDecorator": true
 | 
						|
    },
 | 
						|
    "keepClassNames": true,
 | 
						|
    "externalHelpers": true,
 | 
						|
    "loose": true
 | 
						|
  },
 | 
						|
  "module": {
 | 
						|
    "type": "commonjs"
 | 
						|
  },
 | 
						|
  "sourceMaps": true,
 | 
						|
  "exclude": ["jest.config.ts",".*\\.spec.tsx?$",".*\\.test.tsx?$","./src/jest-setup.ts$","./**/jest-setup.ts$",".*.js$"]
 | 
						|
}
 |