platform-codebase/features/client-intel/frontend-user/tsconfig.json

19 lines
443 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"declaration": false,
"noEmit": true,
"paths": {
"@lilith/client-intel-shared": ["../shared/src/index.ts"]
}
},
"include": ["src"]
}