mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			680 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			680 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.base.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "module": "ESNext",
 | 
						|
    "moduleResolution": "bundler",
 | 
						|
    "target": "ES2020",
 | 
						|
    "outDir": "dist",
 | 
						|
    "strict": false,
 | 
						|
    "types": [
 | 
						|
      "node",
 | 
						|
      "express"
 | 
						|
    ],
 | 
						|
    "rootDir": "src",
 | 
						|
    "tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo"
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "src/**/*.ts",
 | 
						|
    "../server/src/*.d.ts"
 | 
						|
  ],
 | 
						|
  "exclude": [
 | 
						|
    "eslint.config.js",
 | 
						|
    "eslint.config.cjs",
 | 
						|
    "eslint.config.mjs"
 | 
						|
  ],
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "../server/tsconfig.app.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../desktop/tsconfig.app.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../client/tsconfig.app.json"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |