From baf7f04c635c45ca33365456779d51698b7db030 Mon Sep 17 00:00:00 2001 From: "ludovic.castglia" Date: Fri, 18 Oct 2024 19:02:09 +0200 Subject: [PATCH] c'est bon --- src/index.html | 2 +- tsconfig.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 262e253..73e6d8d 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ AngularTp1 - + diff --git a/tsconfig.json b/tsconfig.json index d5ce352..d427717 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "/containers/ludoviccastiglia-sudoku", "outDir": "./dist/out-tsc", "strict": true, "noImplicitOverride": true, @@ -25,10 +24,9 @@ ] }, "angularCompilerOptions": { - "baseUrl": "/containers/ludoviccastiglia-sudoku", "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true - } + }, }