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: pass `module: NodeNext` option

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