release v1.3.4

This commit is contained in:
Bohdan Triapitsyn
2025-12-25 17:57:31 +02:00
parent 508d0d1b4d
commit 3106abec9b
10 changed files with 29 additions and 16 deletions
+3 -9
View File
@@ -11,14 +11,8 @@
"skipLibCheck": true,
"noEmit": true,
"esModuleInterop": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"@/*": ["../ui/src/*"],
"@vscode/*": ["./webview/*"],
"@openchamber/ui/*": ["../ui/src/*"]
}
"outDir": "dist"
},
"include": ["src/**/*", "webview/**/*", "../ui/src/**/*"],
"exclude": ["node_modules", "dist"]
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "webview"]
}