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,