Files
cfw-auth/tsconfig.json
2026-06-10 01:29:47 -07:00

13 lines
308 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"types": ["@cloudflare/workers-types", "vitest/globals"],
"skipLibCheck": true,
"noEmit": true
},
"include": ["src/**/*.ts", "tests/**/*.ts", "vitest.config.ts"]
}