mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-18 20:12:33 +02:00
11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"jsx": "react-jsx",
|
|
"declarationMap": true
|
|
},
|
|
"include": ["src"]
|
|
}
|