enforce override

This commit is contained in:
Niels Lyngsø
2024-06-21 08:19:35 +02:00
parent e19bcea476
commit 5832fbfe2f
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ const tsConfigBase = {
baseUrl: '.',
incremental: true,
skipLibCheck: true,
noImplicitOverride: true,
/* Bundler mode */
moduleResolution: 'bundler',
allowImportingTsExtensions: true,