mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-20 11:47:42 +02:00
Sets aliases for astro imports
This commit is contained in:
parent
a5a277c20a
commit
9f82e19957
@ -25,8 +25,14 @@
|
|||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
|
"jsxImportSource": "react",
|
||||||
"baseUrl": "src",
|
"baseUrl": "src",
|
||||||
"jsxImportSource": "react"
|
"paths": {
|
||||||
|
"@/*": ["*"],
|
||||||
|
"@components/*": ["components/*"],
|
||||||
|
"@layouts/*": ["layouts/*"],
|
||||||
|
"@pages/*": ["pages/*"],
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src"
|
"src"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user