ci/cd: added docker compose support

This commit is contained in:
snusxd
2026-04-11 13:51:36 +03:00
parent e23fb5ff0e
commit 168dac7aa8
4 changed files with 30 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
// Visit https://aka.ms/tsconfig to read more about this file
"compilerOptions": {
// File Layout
// "rootDir": "./src",
// "outDir": "./dist",
"rootDir": "./src",
"outDir": "./dist",
// Environment Settings
// See also https://aka.ms/tsconfig/module
"target": "esnext",