30abf86c4b
* API: https://github.com/element-hq/element-modules/pull/219 * Element Web API impl: https://github.com/element-hq/element-web/pull/32734
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src"]
|
|
}
|