Files
lifeRestart/packages/hooks/tsconfig.json
T
2026-08-11 02:17:31 +08:00

8 lines
121 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["react", "bun"],
},
"include": ["**/*"]
}