|
@@ -98,8 +98,8 @@ to correctly resolve imports of GraphQL types & interpret JSX in your dashboard
|
|
|
{
|
|
{
|
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
|
"composite": true,
|
|
"composite": true,
|
|
|
- "module": "nodenext",
|
|
|
|
|
- "moduleResolution": "nodenext",
|
|
|
|
|
|
|
+ "module": "ESNext",
|
|
|
|
|
+ "moduleResolution": "bundler",
|
|
|
"jsx": "react-jsx",
|
|
"jsx": "react-jsx",
|
|
|
"paths": {
|
|
"paths": {
|
|
|
// Import alias for the GraphQL types
|
|
// Import alias for the GraphQL types
|