🐛 Exclude stories from tsconfig
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
"incremental": true
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.js"],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "**/*.story.*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user