Files
element-web/packages/element-web-module-api/tsconfig.json
T

11 lines
236 B
JSON
Raw Normal View History

2025-01-27 10:07:35 +00:00
{
2025-01-29 10:48:35 +00:00
"$schema": "http://json.schemastore.org/tsconfig",
2025-01-27 10:07:35 +00:00
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib",
2025-01-29 10:48:35 +00:00
"jsx": "react-jsx",
"declarationMap": true
2025-01-27 10:07:35 +00:00
},
"include": ["src"]
}