Files

10 lines
176 B
JSON
Raw Permalink Normal View History

2026-03-15 19:21:04 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["src"],
"exclude": ["node_modules"]
}