File: /home/xluilhul/public_html/wp-content/plugins/jet-engine/framework/agent-ui/assets/tsconfig.json
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"composite": true, // Recommended for wp-scripts build performance
"outDir": "./build" // Output directory for build artifacts
},
"include": ["src"], // Only compile files in the src directory
"exclude": ["node_modules", "build"] // Exclude build output and dependencies
}