Merge branch 'main' into update-tailwind-and-daisyui

This commit is contained in:
Anton Tranelis 2025-04-15 20:56:22 +01:00 committed by GitHub
commit 2fe77799a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -70,3 +70,7 @@ Tags, colors and clusters help to retain the overview.
<a href="https://opencollective.com/utopia-project">
<img width="300" src="https://opencollective.com/utopia-project/donate/button@2x.png?color=blue" />
</a>
---
This project is tested with BrowserStack

View File

@ -7,7 +7,7 @@
"module": "esnext",
"target": "ESNext",
"lib": ["es6", "dom","es2015", "es2016", "es2017", "es2020"],
"sourceMap": true,
"sourceMap": false,
"allowJs": false,
"jsx": "react-jsx",
"moduleResolution": "node",