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": { "compilerOptions": {
"strict": true, "strict": true,
"target": "ESNext", "target": "esnext",
"declaration": true, "declaration": true,
"emitDeclarationOnly": true, "emitDeclarationOnly": true,
"noImplicitAny": false, "noImplicitAny": false,
"moduleResolution": "Node", "moduleResolution": "Node",
"esModuleInterop": true, "esModuleInterop": true,
"module": "esnext",
"allowImportingTsExtensions": true, "allowImportingTsExtensions": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"rootDir": "src", "rootDir": "src",