agent-Specialization/cli/tsconfig.json

15 lines
339 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"types": ["node", "react"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}