Skip to content

Commit f361a32

Browse files
committed
🐛 fix: add the openapi-ts config file to the tsconfig
1 parent 1a068cf commit f361a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"strict": true,
1616
"types": ["node", "jest", "@testing-library/jest-dom"]
1717
},
18-
"include": ["./frontend/**/*.ts", "./frontend/**/*.tsx"],
18+
"include": ["./frontend/**/*.ts", "./frontend/**/*.tsx", "openapi-ts.config.ts"],
1919
"exclude": ["node_modules", "build", "frontend/**/*.js", "frontend/**/*.jsx"]
2020
}

0 commit comments

Comments
 (0)