* MCP Server 2.0 - Updated application version from 2.23.14 to 2.24.0 in package.json. - MCP Server improved with new features - Migrated functionality from Dev Tools to MCP Server - Improved getMonitoringProvider not to crash application when misconfigured
16 lines
385 B
JSON
16 lines
385 B
JSON
{
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
|
|
"outDir": "./build",
|
|
"noEmit": false,
|
|
"strict": false,
|
|
"target": "ES2024",
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-jsx",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "src/**/__tests__"]
|
|
}
|