Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Jan 1, 2025
1 parent b1772ca commit 98240dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"compilerOptions": {
"baseUrl": ".",
"jsx": "react-jsx",
"jsxImportSource": "preact"
"jsxImportSource": "preact",
"plugins": [
{
"name": "@styled/typescript-styled-plugin",
"lint": {
"unknownAtRules": "ignore"
}
}
]
}
}

0 comments on commit 98240dd

Please sign in to comment.