unified-pantheon-enhanced
Version:
Enhanced MCP server providing comprehensive access to the Unified Pantheon framework with auto-improvement capabilities - 72 demon-angel pairs, 7 supreme demons, 6 supreme angels, Gillis Preternatural Epiphenomenal Philosophy, dual technology patterns, Nu
24 lines (23 loc) • 463 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"resolveJsonModule": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}