another attempt at fix
This commit is contained in:
parent
ac6fe1451d
commit
3155bdb135
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
"jsxImportSource": "react",
|
||||
"strictNullChecks": true,
|
||||
"allowJs": true,
|
||||
"outDir": "dist",
|
||||
"types": ["vite/client"],
|
||||
"exclude": ["dist", "public"],
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@c/*": ["./src/components/*"],
|
||||
"@l/*": ["./lib/*"],
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue