feat: add incremental compiler config
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "compilerOptions": {
 | 
					    "compilerOptions": {
 | 
				
			||||||
 | 
					        "incremental": true,
 | 
				
			||||||
        "baseUrl": "src",
 | 
					        "baseUrl": "src",
 | 
				
			||||||
        "outDir": "dist",
 | 
					        "outDir": "dist",
 | 
				
			||||||
        "target": "es5",
 | 
					        "target": "es5",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user