1
0
Fork 0
mirror of synced 2026-06-05 12:05:14 +00:00
auth/tsconfig.json
2025-07-18 17:13:12 -04:00

14 lines
295 B
JSON

{
"compilerOptions": {
"alwaysStrict": true,
"target": "es2022",
"module": "commonjs",
"lib": ["es2022"],
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true
},
"exclude": ["node_modules/", "tests/"]
}