ra-data-graphql
Version:
A GraphQL data provider for react-admin
19 lines (18 loc) • 376 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"allowJs": false,
"strictNullChecks": true
},
"exclude": [
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.spec.js",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.test.js"
],
"include": ["src"]
}