Files
2025-11-17 15:28:45 +01:00

23 lines
546 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"esModuleInterop": true,
"isolatedModules": true,
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"paths": {
"@coss/ui/*": ["packages/ui/src/*"]
},
"skipLibCheck": true,
"strict": true,
"target": "ESNext"
},
"display": "coss",
"exclude": ["node_modules", "dist"],
"references": [{ "path": "packages/ui" }]
}