status-web/apps/web/tsconfig.json

11 lines
211 B
JSON
Raw Normal View History

2023-01-10 12:25:26 +01:00
{
2023-03-14 13:49:33 +01:00
"extends": "../../tsconfig.base.json",
2023-01-10 12:25:26 +01:00
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"jsx": "react-jsx"
},
"include": ["src"]
}