mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			17 lines
		
	
	
		
			306 B
		
	
	
	
		
			JSON
		
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			306 B
		
	
	
	
		
			JSON
		
	
	
	
|  | { | ||
|  | 	"compilerOptions": { | ||
|  |     "target": "es5", | ||
|  |     "module": "commonjs", | ||
|  |     "lib": ["es5", "dom"], | ||
|  |     "outDir": "./lib", | ||
|  |     "strict": true, | ||
|  |     "esModuleInterop": true, | ||
|  |     "skipLibCheck": true, | ||
|  |     "forceConsistentCasingInFileNames": true, | ||
|  |     "sourceMap": true | ||
|  | 	}, | ||
|  | 	"include": [ | ||
|  | 		"./src/index.ts" | ||
|  | 	] | ||
|  | } |