Absorb remainder of element-modules into monorepo

This commit is contained in:
Michael Telatynski
2026-06-08 10:32:12 +01:00
112 changed files with 4569 additions and 8 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "es2024",
"jsx": "react",
"lib": ["ESNext", "es2024", "dom", "dom.iterable"],
"types": ["node"],
"resolveJsonModule": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
"module": "ESNext",
"allowImportingTsExtensions": true,
"skipLibCheck": true
},
"include": ["playwright.config.ts", "playwright"]
}