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