@adminjs/typeorm
Version:
TypeORM adapter for AdminJS
22 lines (21 loc) • 522 B
JSON
{
"compilerOptions": {
"moduleResolution": "nodenext",
"module": "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": "."
},
"include": ["./src/**/*.ts"],
"exclude": ["node_modules", "lib"]
}