🐛 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

@@ -6,6 +6,7 @@ export default {
};
const service: serviceItem = {
id: '1',
type: 'Other',
name: 'YouTube',
icon: 'https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png',

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.*"]
}