can1357--oh-my-pi
11 行
236 B
JSON
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"]
|
|
}
|
|
}
|