chore: link with @alveojs/common from npm

This commit is contained in:
M1000fr
2026-01-12 13:23:12 +01:00
parent baf025748a
commit 4f627eedbd
4 changed files with 84 additions and 3 deletions

View File

@@ -1,13 +1,21 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"module": "Preserve",
"moduleDetection": "force",
"jsx": "react-jsx",
"allowJs": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,