11 lines
		
	
	
		
			202 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			202 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "rootDir": "./src",
 | 
						|
    "outDir": "./build/main",
 | 
						|
    "lib": ["dom"],
 | 
						|
  },
 | 
						|
  "include": ["src/**/*.ts"],
 | 
						|
  "exclude": ["node_modules/**"]
 | 
						|
}
 |