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

14 lines
213 B
JSON
Executable file

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