ra-nest-crud
Version:
a data provider for react admin that handles request from nestjsx-crud server
20 lines (19 loc) • 470 B
JSON
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"lib": ["es2017", "dom"],
"jsx": "react",
"strict": false,
"noImplicitAny": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src",
"declaration": true
},
"exclude": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js", "./demo"],
"include": ["src"]
}