graphql-engine/console/cypress/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
226 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strict": true,
"allowJs": true,
"checkJs": true,
"baseUrl": "../node_modules",
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"]
}