Files
lifeRestart/packages/hooks/tsconfig.json
T
2026-08-16 20:06:16 +08:00

8 lines
121 B
JSON

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