Update tsconfig.json

This commit is contained in:
2024-10-04 18:49:21 -03:00
parent 10cd001665
commit a2fc56a98f

View File

@ -1,12 +1,13 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"target": "esnext",
"declaration": true,
"emitDeclarationOnly": true,
"noImplicitAny": false,
"moduleResolution": "Node",
"esModuleInterop": true,
"module": "esnext",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"rootDir": "src",