chore(packages): move dom types down

This commit is contained in:
Rahim
2025-10-30 02:55:17 +00:00
parent c6e45fde16
commit 2778b20ca3
11 changed files with 25 additions and 7 deletions
+1
View File
@@ -63,6 +63,7 @@
"devDependencies": {
"@svgr/babel-plugin-add-jsx-attribute": "^8.0.0",
"@svgr/cli": "^8.1.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/cli": "^4.1.0",
"@types/postcss-prefix-selector": "^1.16.3",
+1
View File
@@ -1,5 +1,6 @@
import path from 'node:path';
/** @type {import('@svgr/core').Config & { indexTemplate: (filePaths: { path: string }[]) => string }} */
export default {
plugins: ['@svgr/plugin-jsx'],
typescript: true,
+1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]