fork of hey-api/openapi-ts because I need some additional things
at main 14 lines 348 B view raw
1{ 2 "include": ["src/**/*", "test/**/*"], 3 "compilerOptions": { 4 "lib": ["es2023", "dom", "dom.iterable"], 5 "target": "es2022", 6 "module": "ESNext", 7 "moduleResolution": "Bundler", 8 "strict": true, 9 "esModuleInterop": true, 10 "skipLibCheck": true, 11 "baseUrl": "." 12 }, 13 "references": [{ "path": "./tsconfig.node.json" }] 14}