We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a068cf commit f361a32Copy full SHA for f361a32
tsconfig.json
@@ -15,6 +15,6 @@
15
"strict": true,
16
"types": ["node", "jest", "@testing-library/jest-dom"]
17
},
18
- "include": ["./frontend/**/*.ts", "./frontend/**/*.tsx"],
+ "include": ["./frontend/**/*.ts", "./frontend/**/*.tsx", "openapi-ts.config.ts"],
19
"exclude": ["node_modules", "build", "frontend/**/*.js", "frontend/**/*.jsx"]
20
}
0 commit comments