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

14 lines
204 B
JSON

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