baseUrl compilerOtion > tsconfig.json
continuous-integration/drone/push Build is passing Details

master
ludovic.castglia 8 months ago
parent b2eac0d3ce
commit 9a42f3f272

@ -8,7 +8,6 @@
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<base href="/containers/ludoviccastiglia-sudoku">
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>

@ -2,6 +2,7 @@
{ {
"compileOnSave": false, "compileOnSave": false,
"compilerOptions": { "compilerOptions": {
"baseUrl": "/containers/ludoviccastiglia-sudoku",
"outDir": "./dist/out-tsc", "outDir": "./dist/out-tsc",
"strict": true, "strict": true,
"noImplicitOverride": true, "noImplicitOverride": true,
@ -24,6 +25,7 @@
] ]
}, },
"angularCompilerOptions": { "angularCompilerOptions": {
"baseUrl": "/containers/ludoviccastiglia-sudoku",
"enableI18nLegacyMessageIdFormat": false, "enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true, "strictInjectionParameters": true,
"strictInputAccessModifiers": true, "strictInputAccessModifiers": true,

Loading…
Cancel
Save