sf-auth-middleware-nextjs/tsconfig.json

16 lines
313 B
JSON
Raw Permalink Normal View History

2026-02-06 18:23:33 -08:00
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"declaration": true,
"declarationMap": true,
"noEmit": true,
"isolatedModules": true,
"skipLibCheck": true
},
"include": ["src"]
}