Files
lib-auth/tsconfig.json
2026-04-01 15:17:46 +02:00

15 lines
305 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"declaration": true,
"emitDeclarationOnly": false,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["react", "server"]
}