mirror of
				https://github.com/Djeeberjr/fw-anwesenheit.git
				synced 2025-11-04 07:34:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			599 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			599 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "@tsconfig/svelte/tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ESNext",
 | 
						|
    "useDefineForClassFields": true,
 | 
						|
    "module": "ESNext",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    /**
 | 
						|
     * Typecheck JS in `.svelte` and `.js` files by default.
 | 
						|
     * Disable checkJs if you'd like to use dynamic types in JS.
 | 
						|
     * Note that setting allowJs false does not prevent the use
 | 
						|
     * of JS in `.svelte` files.
 | 
						|
     */
 | 
						|
    "allowJs": true,
 | 
						|
    "checkJs": true,
 | 
						|
    "isolatedModules": true,
 | 
						|
    "moduleDetection": "force"
 | 
						|
  },
 | 
						|
  "include": ["src/**/*.ts", "src/**/*.js", "src/**/*.svelte"]
 | 
						|
}
 |