build: allow importing .ts extensions in Convex tsconfig
Enable allowImportingTsExtensions in the Convex tsconfig so the backend code that uses explicit .ts import specifiers type-checks cleanly.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"compilerOptions": {
|
||||
/* These settings are not required by Convex and can be modified. */
|
||||
"allowJs": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "Bundler",
|
||||
"jsx": "react-jsx",
|
||||
|
||||
Reference in New Issue
Block a user