fix: add ignoreDeprecations to tsconfig.json to silence baseUrl deprecation warning

This commit is contained in:
Aleksandar 2025-12-15 10:38:32 +01:00
parent fe3f93fb9f
commit 337351dd06
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
"name": "next"
}
],
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"@/*": [

View File

@ -12,6 +12,7 @@
"noEmit": true,
"strict": true,
"target": "esnext",
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"@/*": [