mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-04 06:19:38 +00:00
8 lines
118 B
JSON
8 lines
118 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src"]
|
|
}
|