platform-codebase/features/analytics/frontend-admin/tsconfig.json

12 lines
238 B
JSON
Executable file

{
"extends": "@lilith/configs/typescript/react",
"compilerOptions": {
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}