16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"extends": "../tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ES2023"]
|
|
},
|
|
"include": ["."],
|
|
"exclude": [
|
|
"dist",
|
|
"build",
|
|
"node_modules",
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx",
|
|
"**/__tests__/*"
|
|
]
|
|
}
|