10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
}
|
|
}
|