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" "name": "next"
} }
], ],
"ignoreDeprecations": "6.0",
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": [ "@/*": [

View File

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