项目文件夹

文件
2026-07-13 12:22:59 +08:00

11 行
236 B
JSON

{
"extends": "../tsconfig.workspace.json",
"include": ["src", "scripts", "test"],
"compilerOptions": {
"jsx": "react-jsx",
"lib": ["ES2024", "DOM", "DOM.Iterable"],
"noEmit": true,
"types": ["bun", "react", "react-dom"]
}
}