Files
moreminimore-vibe/testing/fake-llm-server/tsconfig.json
2025-05-13 15:34:41 -07:00

14 lines
277 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["*.ts"],
"exclude": ["node_modules"]
}