Files
archived-next-auth/packages/adapter-mikro-orm/tsconfig.json
2022-09-21 23:36:23 +07:00

14 lines
329 B
JSON

{
"extends": "@next-auth/tsconfig/tsconfig.adapters.json",
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist",
"stripInternal": true
},
"include": ["src"],
"exclude": ["dist", "test", "node_modules"]
}