Files
home/Projects/kompose/news/packages/ui/tsconfig.json
2025-10-08 10:35:48 +02:00

19 lines
423 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"react": ["./node_modules/@types/react"]
},
"declaration": true,
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}