mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 02:18:38 -06:00
Update tsconfig.json
This commit is contained in:
parent
3ba8c1d22f
commit
aeaf38f6c0
@ -11,6 +11,7 @@
|
|||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
"allowSyntheticDefaultImports": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": false,
|
"strict": false,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
@ -34,4 +35,4 @@
|
|||||||
"src/**/*",
|
"src/**/*",
|
||||||
"src/**/*.json"
|
"src/**/*.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user