Files
toknd_auth/tsconfig.json
2026-05-11 16:58:20 +05:30

13 lines
242 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"lib": ["ESNext"],
"types": ["node", "bun-types"]
},
"include": ["src/**/*", "tests/**/*"]
}