13 lines
		
	
	
		
			280 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			280 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "outDir": "./dist",
 | 
						|
    "allowJs": true,
 | 
						|
    "target": "ES6",
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "types": ["node"],
 | 
						|
    "module": "NodeNext",
 | 
						|
    "moduleResolution": "NodeNext"
 | 
						|
  },
 | 
						|
  "include": [ "./src/**/*" ],
 | 
						|
} |