10 lines
241 B
JSON
10 lines
241 B
JSON
{
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ES2015"],
|
|
"sourceMap": true,
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|