mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🐛 Exclude stories from tsconfig
This commit is contained in:
@@ -6,6 +6,7 @@ export default {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const service: serviceItem = {
|
const service: serviceItem = {
|
||||||
|
id: '1',
|
||||||
type: 'Other',
|
type: 'Other',
|
||||||
name: 'YouTube',
|
name: 'YouTube',
|
||||||
icon: 'https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png',
|
icon: 'https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png',
|
||||||
|
|||||||
@@ -16,5 +16,5 @@
|
|||||||
"incremental": true
|
"incremental": true
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.js"],
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.js"],
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules", "**/*.story.*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user