From c3e108a2ac3595a61ec69959787498befcdf8be8 Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Thu, 18 May 2023 14:10:02 +0200
Subject: [PATCH] fix version
---
tsconfig.json | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tsconfig.json b/tsconfig.json
index aa62505..745dff9 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,6 +11,7 @@
"rootDir": ".",
"outDir": "dist",
"baseUrl": ".",
+ "typeRoots": ["./node_modules/@types"],
"paths": {
"@mathcoach-ide-api": [
"src"
--
Gitblit v1.10.0