fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: correct path in `tsconfig.nodenext.json` to extend base configuration

+1 -1
+1 -1
packages/openapi-ts-tests/main/test/tsconfig/tsconfig.nodenext.json
··· 1 1 { 2 - "extends": "../../tsconfig.base.json", 2 + "extends": "../../../tsconfig.base.json", 3 3 "compilerOptions": { 4 4 "declaration": false, 5 5 "moduleResolution": "nodenext",