Absorb element-modules/packages/element-web-module-api into monorepo

This commit is contained in:
Michael Telatynski
2026-04-13 11:10:11 +01:00
49 changed files with 3472 additions and 56 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "esnext",
"lib": ["dom", "es2022", "esnext"],
"esModuleInterop": true,
"strict": true,
"declaration": true,
"module": "es2022",
"moduleResolution": "bundler",
"types": [],
"outDir": "lib",
"jsx": "react-jsx",
"declarationMap": true,
"allowImportingTsExtensions": true
},
"include": ["src"]
}