保存进度!
This commit is contained in:
		@@ -32,3 +32,5 @@ const animal: CatOrDog =
 | 
				
			|||||||
    barks: true,
 | 
					    barks: true,
 | 
				
			||||||
    wags: true,
 | 
					    wags: true,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					console.log( "test" );
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,7 @@
 | 
				
			|||||||
        "module": "ESNext",
 | 
					        "module": "ESNext",
 | 
				
			||||||
        // "module": "CommonJS",
 | 
					        // "module": "CommonJS",
 | 
				
			||||||
        // "moduleResolution": "node",
 | 
					        // "moduleResolution": "node",
 | 
				
			||||||
        "moduleResolution": "nodenext",
 | 
					        "moduleResolution": "node",
 | 
				
			||||||
        "strict": true,
 | 
					        "strict": true,
 | 
				
			||||||
        "jsx": "preserve",
 | 
					        "jsx": "preserve",
 | 
				
			||||||
        "sourceMap": true,
 | 
					        "sourceMap": true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user