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

9 lines
188 B
JSON
Executable file

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