tsconfig error
Im using wasp opensaas and im getting this error when i run wasp start db
wasp start db
--- [Error] Analyzing wasp project failed: -------------------------------------
4 errors found:
wasp start db
4 errors found:
- 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.