mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	chore: fix storybook configuration
This commit is contained in:
		| @@ -3,5 +3,5 @@ | ||||
|   "compilerOptions": { | ||||
|     "lib": ["DOM", "DOM.Iterable", "ESNext"] | ||||
|   }, | ||||
|   "include": ["./.storybook/**/*.ts", "./.storybook/**/*.tsx"] | ||||
|   "include": ["http-server.ts", "./.storybook/**/*.ts", "./.storybook/**/*.tsx"] | ||||
| } | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| { | ||||
|   "$schema": "https://turbo.build/schema.json", | ||||
|   "$schema": "../../node_modules/turbo/schema.json", | ||||
|   "extends": ["//"], | ||||
|   "tasks": { | ||||
|     "test": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user