Closed aimeerivers closed 1 month ago
To use latest open.api json from src folder, tsconfig.json should have "src/*/.json" in "include":
{ "extends": "@hedia/tsconfig", "compilerOptions": { "rootDir": ".", "outDir": "dist" }, "include": ["src", "test", "src/**/*.json"] }
Note: was discovered in local setup while modifying openApi schemas, building open.api.json and running tests against new changes
Already implemented in:
this was done
To use latest open.api json from src folder, tsconfig.json should have "src/*/.json" in "include":
Note: was discovered in local setup while modifying openApi schemas, building open.api.json and running tests against new changes
Already implemented in: