rowboat/apps/x/tsconfig.base.json
2026-01-16 12:05:33 +05:30

10 lines
No EOL
209 B
JSON

{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"baseUrl": ".",
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
}