UNPKG

casl-prisma-generator

Version:

This package generates subjects for CASL from prisma schema models

23 lines (22 loc) 596 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "es2017", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true, "skipLibCheck": true, "typeRoots": ["./node_modules/@types"], "allowJs": true, "checkJs": true, "maxNodeModuleJsDepth": 5, "downlevelIteration": true }, "exclude": ["node_modules", "dist", "test/generated/subjectsList.example.ts"] }