Merge pull request #6 from utopia-os/fix-wrongful-includes

fix(other): wrongful relative includes in tsconfig.json
This commit is contained in:
antontranelis 2024-11-21 09:21:36 +01:00 committed by GitHub
commit 0b2d990c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "../utopia-ui/src/Components/Templates/CardPage.tsx", "../../workspace/utopia-ui/src/Components/Templates/MoonCalendar.tsx", "../../workspace/utopia-ui/src/Components/Templates/ItemIndexPage.tsx"],
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}