WaspW
Wasp11mo ago
Amin

Your wasp project failed to compile

  • The "include" field is missing in tsconfig.json, you must set it to: ["src"].
  • Invalid value for the "compilerOptions.outDir" field in tsconfig.json, you must set it to: ".wasp/out/user".
  • The "compilerOptions.composite" field is missing in tsconfig.json, you must set it to: true.
  • The "compilerOptions.skipLibCheck" field is missing in tsconfig.json, you must set it to: true.
Was this page helpful?