You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remove refapp:meteor-typescript from the build the builder is complaining about:
While building the application:
error: Could not find mainModule for 'web.browser' architecture:
client/main.ts
Check the "meteor" section of your package.json file?
error: Could not find mainModule for 'web.browser.legacy'
architecture:
client/main.ts
Check the "meteor" section of your package.json file?
If I add the ts compiler to meteor I get the following error:
packages/refapp:meteor-typescript-compiler/meteor-typescript-compiler.ts:314:13:
Could not find a valid 'tsconfig.json'.
at MeteorTypescriptCompilerImpl.createWatcher
Would it be possible to have a example showing how a ts project can be used with meteor-vite?
The text was updated successfully, but these errors were encountered:
I tried the package with a large ts project.
If I remove refapp:meteor-typescript from the build the builder is complaining about:
If I add the ts compiler to meteor I get the following error:
Would it be possible to have a example showing how a ts project can be used with meteor-vite?
The text was updated successfully, but these errors were encountered: