tidyai-ts
Version:
AI-powered cross-platform file organizer using OpenRouter API
14 lines • 330 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"include": ["build-verification.test.ts"],
"exclude": ["node_modules"]
}