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": {
|
"compilerOptions": {
|
||||||
/* These settings are not required by Convex and can be modified. */
|
/* These settings are not required by Convex and can be modified. */
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
"allowImportingTsExtensions": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"moduleResolution": "Bundler",
|
"moduleResolution": "Bundler",
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
|
|||||||
Reference in New Issue
Block a user