9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"include": ["src", "*.mjs", "*.ts"]
|
|
}
|