nest-supabase-guard
Version:
Auth guard for NestJS using supabase
17 lines • 479 B
JSON
{
"compilerOptions": {
"target": "es2016" ,
"experimentalDecorators": true ,
"emitDecoratorMetadata": true ,
"module": "commonjs" ,
"rootDir": "./src",
"declaration": true,
"sourceMap": true,
"outDir": "./dist" /* Specify an output folder for all emitted files. */,
"esModuleInterop": true ,
"forceConsistentCasingInFileNames": true ,
"strict": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "./dist", "example"]
}