scim-mcp / tsconfig.json
chenhunghan's picture
fix: remove oauth, remove chatgpt ui
2be99ac unverified
raw
history blame contribute delete
283 Bytes
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"rootDir": "./src"
},
"include": [
"xmcp-env.d.ts",
"src/**/*.ts"
]
}