10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"extends": "../tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "ES2023"],
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|