This commit is contained in:
Luiz Silva 2025-07-07 14:10:08 -03:00
parent 8020b31d24
commit 697f810c0e
3 changed files with 5 additions and 4 deletions

View file

@ -2,8 +2,8 @@
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM"],
"module": "ESNext",
"moduleResolution": "bundler", // Suporta package.exports
"module": "node16",
"moduleResolution": "node16",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,