Prepare for move to element-web monorepo

This commit is contained in:
Michael Telatynski
2026-06-05 14:28:17 +01:00
parent 8f846d95a2
commit 31dd8fb928
16 changed files with 614 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["dom", "es2022", "esnext"],
"moduleResolution": "bundler",
"esModuleInterop": true,
"allowImportingTsExtensions": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"declaration": true
}
}