Files
sheeteasyAI/tsconfig.json
2025-06-24 14:15:09 +09:00

17 lines
323 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo"
},
"exclude": ["**/__tests__/**", "**/*.test.ts", "**/*.test.tsx"]
}