From 9a42f3f27257fb28f8d653a6d1e410b621e060a6 Mon Sep 17 00:00:00 2001 From: "ludovic.castglia" Date: Fri, 18 Oct 2024 18:55:33 +0200 Subject: [PATCH] baseUrl compilerOtion > tsconfig.json --- src/index.html | 1 - tsconfig.json | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index bbc883a..262e253 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,6 @@ - diff --git a/tsconfig.json b/tsconfig.json index eb49734..d5ce352 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ { "compileOnSave": false, "compilerOptions": { + "baseUrl": "/containers/ludoviccastiglia-sudoku", "outDir": "./dist/out-tsc", "strict": true, "noImplicitOverride": true, @@ -24,6 +25,7 @@ ] }, "angularCompilerOptions": { + "baseUrl": "/containers/ludoviccastiglia-sudoku", "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true,