platform-codebase/@packages/@hooks/react-hooks/tsconfig.json

14 lines
208 B
JSON
Executable file

{
"extends": "../../../tsconfig.base.json",
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
}
}