enabled json import types

This commit is contained in:
Sebastian Wendel 2024-03-09 12:35:47 +01:00
parent 09b600778e
commit 1ee1fa5315

View file

@ -7,6 +7,10 @@
],
"compilerOptions": {
"baseUrl": ".",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx",
"jsxImportSource": "react",
"paths": {
"@srx/assets": [
"src/assets"
@ -44,8 +48,6 @@
"@srx/styles/*": [
"src/styles/*"
]
},
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}
}