oranguru/tsconfig.json
2025-10-21 16:13:02 +02:00

20 lines
278 B
JSON

{
"files": [],
"exclude": [
"public",
"dist",
"./dist",
"*.config.ts",
"node_modules",
"./.storybook",
"vite.config.ts"
],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}