graphql-engine/cli-ext/tsconfig.json
2020-06-02 19:41:56 +05:30

10 lines
151 B
JSON

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