feat(shared): add @solelog/shared contracts package and wire packages/* workspace

This commit is contained in:
Bas van Rossem
2026-06-17 13:26:07 +02:00
parent 1d395b417b
commit f83c9a6384
5 changed files with 56 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true
},
"include": ["src"]
}