Sara
Sara
CCConvex Community
Created by Sara on 4/22/2025 in #general
I like to use a better file organisation
I've read a while ago that its a basic problem with file imports
20 replies
CCConvex Community
Created by Sara on 4/22/2025 in #general
I like to use a better file organisation
yeah, it is super wierd, i looked around my editor settings and disabled my extentions, nothing seems to make me think what the cause of it might be
20 replies
CCConvex Community
Created by Sara on 4/22/2025 in #general
I like to use a better file organisation
To make it clear, I'm asking about the IntelliSense 😅 everything else works perfectly
20 replies
CCConvex Community
Created by Sara on 4/22/2025 in #general
I like to use a better file organisation
yes
20 replies
CCConvex Community
Created by Sara on 4/22/2025 in #general
I like to use a better file organisation
It's the basic tsconfig that's generarated by convex
{
/* This TypeScript project config describes the environment that
* Convex functions run in and is used to typecheck them.
* You can modify it, but some settings required to use Convex.
*/
"compilerOptions": {
/* These settings are not required by Convex and can be modified. */
"allowJs": true,
"strict": true,
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,

/* These compiler options are required by Convex */
"target": "ESNext",
"lib": ["ES2021", "dom"],
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"isolatedModules": true,
"noEmit": true
},
"include": ["./**/*"],
"exclude": ["./_generated"]
}
{
/* This TypeScript project config describes the environment that
* Convex functions run in and is used to typecheck them.
* You can modify it, but some settings required to use Convex.
*/
"compilerOptions": {
/* These settings are not required by Convex and can be modified. */
"allowJs": true,
"strict": true,
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,

/* These compiler options are required by Convex */
"target": "ESNext",
"lib": ["ES2021", "dom"],
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"isolatedModules": true,
"noEmit": true
},
"include": ["./**/*"],
"exclude": ["./_generated"]
}
20 replies
CCConvex Community
Created by Sara on 4/22/2025 in #general
I like to use a better file organisation
No description
20 replies