BangSo/packages/ui-web/tsconfig.json

13 lines
264 B
JSON
Raw Permalink Normal View History

2026-09-01 16:51:19 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"noEmit": true,
"jsx": "react-jsx",
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["src"]
}