platform-codebase/@packages/@hooks/react-query-utils/tsconfig.json
2026-02-04 17:51:36 -08:00

15 lines
230 B
JSON
Executable file

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