{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"noEmit": true,
"jsx": "react-jsx",
"lib": ["ES2023", "DOM"],
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["src"]
}