15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"composite": true,
|
|
"incremental": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"references": [
|
|
{ "path": "../core" }
|
|
]
|
|
}
|