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
- }
+ },
}