graphql-engine/cli-ext/tsconfig.json

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

10 lines
151 B
JSON
Raw Normal View History

{
"compilerOptions": {
"checkJs": false,
"allowJs": true,
"strict": true
},
"exclude": ["node_modules"],
"include": ["src/**/*"]
}