Files
cypress/packages/graphql/tsconfig.json
T
Jennifer Shehane 68c5714f1a chore: Cleanup duplication across tsconfig files in packages (#30764)
* Cleanup duplication across tsconfig files in packages

* empty commit

* Add ts-ignore

* Add ts-ignore
2024-12-16 11:12:40 -05:00

18 lines
255 B
JSON

{
"extends": "../ts/tsconfig.json",
"include": [
"src/*.ts",
"src/**/*.ts"
],
"exclude": [
"test",
"script"
],
"compilerOptions": {
"lib": ["esnext"],
"allowJs": false,
"noImplicitAny": true,
"types": []
},
}