6 lines
113 B
JSON
6 lines
113 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"include": ["src/**/*"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|