mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-13 09:17:21 +03:00
10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": false,
|
|
"allowJs": true,
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["src/**/*"]
|
|
}
|