init
This commit is contained in:
		
							
								
								
									
										20
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
{
 | 
			
		||||
	"include": ["src"],
 | 
			
		||||
	"compilerOptions": {
 | 
			
		||||
		"target": "ESNext",
 | 
			
		||||
		"useDefineForClassFields": true,
 | 
			
		||||
		"module": "ESNext",
 | 
			
		||||
		"lib": ["ESNext"],
 | 
			
		||||
		"skipLibCheck": true,
 | 
			
		||||
 | 
			
		||||
		/* Bundler mode */
 | 
			
		||||
		"moduleResolution": "bundler",
 | 
			
		||||
		"allowImportingTsExtensions": true,
 | 
			
		||||
		"resolveJsonModule": true,
 | 
			
		||||
		"isolatedModules": true,
 | 
			
		||||
		"noEmit": true,
 | 
			
		||||
 | 
			
		||||
		/* Linting */
 | 
			
		||||
		"strict": true
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user