mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-11-04 07:03:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			255 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			255 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/tsconfig.json b/tsconfig.json
 | 
						|
index 5106135..3a340f6 100644
 | 
						|
--- a/tsconfig.json
 | 
						|
+++ b/tsconfig.json
 | 
						|
@@ -8,5 +8,6 @@
 | 
						|
     "skipLibCheck": true,
 | 
						|
     "lib": ["es2020"],
 | 
						|
     "outDir": "./dist"
 | 
						|
-  }
 | 
						|
+  },
 | 
						|
+  "include": ["src/**/*", "app.ts"]
 | 
						|
 }
 |