🐛 Exclude stories from tsconfig

This commit is contained in:
ajnart
2022-05-21 10:32:35 +02:00
parent bfb26a9402
commit b11bffb7cf
2 changed files with 2 additions and 1 deletions

View File

@@ -16,5 +16,5 @@
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.js"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "**/*.story.*"]
}