UNPKG

@adminjs/prisma

Version:
31 lines (30 loc) 581 B
{ "compilerOptions": { "module": "nodenext", "moduleResolution": "nodenext", "target": "esnext", "lib": [ "esnext", "DOM" ], "skipLibCheck": true, "sourceMap": true, "noImplicitAny": false, "strictNullChecks": true, "esModuleInterop": true, "declaration": true, "declarationDir": "./lib", "outDir": "./lib", "emitDecoratorMetadata": true, "experimentalDecorators": true, "baseUrl": ".", "allowJs": true }, "include": [ "./src/**/*.ts" ], "exclude": [ "node_modules", "lib" ] }