platform-codebase/@packages/@hooks/react-query-utils/tsconfig.json
2026-02-23 16:52:53 -08:00

15 lines
235 B
JSON
Executable file

{
"extends": "@lilith/configs/typescript/react",
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
],
"compilerOptions": {
"outDir": "./dist",
"noEmit": true,
"incremental": false
}
}