Fix config file
This commit is contained in:
parent
f5a690ee89
commit
b79a758335
|
|
@ -11,7 +11,7 @@
|
|||
"isolatedModules": true,
|
||||
"incremental": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"types": ["@astrojs/client"],
|
||||
"types": [/*"@astrojs/client"*/],
|
||||
"paths": {
|
||||
"@assets/*": ["./src/assets/*"],
|
||||
"@components/*": ["./src/components/*"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue