Files
2026-07-13 13:34:48 +08:00

12 lines
254 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact",
"types": ["preact"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["src/**/*", "*.ts"]
}