BangSo/apps/mobile/tsconfig.json

14 lines
290 B
JSON
Raw Permalink Normal View History

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