WaspW
Wasp2y ago
2 replies
Šlukas MacPrásk

Importing a json module

Hello again! One other minor issue I encountered: how can I import a JSON module (import { something } from "./somewhere/my.json";) ?

I followed some TS tutorial and enabled esModuleInterop and resolveJsonModule compilerOptions in tsconfig.json but I get a build error in [ Wasp ] TS2732 cannot find module … consider using --resolveJsonModule
Was this page helpful?