diff --git a/tsconfig.json b/tsconfig.json index 6c1b602..676682a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { "compilerOptions": { + "strictNullChecks": true, + "allowJs": true, "baseUrl": ".", "paths": { // https://docs.astro.build/en/guides/aliases/ @@ -7,6 +9,7 @@ "@components/*": ["src/components/*"], "@layouts/*": ["src/layouts/*"], "@styles/*": ["src/styles/*"], + "@utils/*": ["src/utils/*"] } } } \ No newline at end of file