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",
|
"jsxImportSource": "react",
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
"outDir": "dist",
|
||||||
"types": ["vite/client"],
|
"types": ["vite/client"],
|
||||||
"exclude": ["dist", "public"],
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./*"],
|
"@/*": ["./*"],
|
||||||
"@c/*": ["./src/components/*"],
|
"@c/*": ["./src/components/*"],
|
||||||
"@l/*": ["./lib/*"],
|
"@l/*": ["./lib/*"],
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue