rowboat/apps/x/tsconfig.base.json

10 lines
209 B
JSON
Raw Normal View History

2025-12-29 15:30:57 +05:30
{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"baseUrl": ".",
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
}