7 lines
202 B
JSON
7 lines
202 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": { "outDir": "./build" }
|
|
}
|