20 lines
		
	
	
		
			278 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			278 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "files": [],
 | |
|   "exclude": [
 | |
|     "public",
 | |
|     "dist",
 | |
|     "./dist",
 | |
|     "*.config.ts",
 | |
|     "node_modules",
 | |
|     "./.storybook",
 | |
|     "vite.config.ts"
 | |
|   ],
 | |
|   "references": [
 | |
|     {
 | |
|       "path": "./tsconfig.app.json"
 | |
|     },
 | |
|     {
 | |
|       "path": "./tsconfig.node.json"
 | |
|     }
 | |
|   ]
 | |
| } |