Files
toknd_auth/tsconfig.json
2026-05-11 10:34:01 +05:30

13 lines
215 B
JSON

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