SIDAC/node_modules/@supabase/ssr/tsconfig.main.json

8 lines
110 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "NodeNext",
"outDir": "dist/main"
}
}