mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-06 15:30:01 +00:00
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src"]
|
|
}
|