2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-06 19:30:11 +02:00

fix: emit types declaration

This commit is contained in:
Divlo 2022-02-19 10:36:34 +01:00
parent 098475d64c
commit e68ed3c432
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -6,7 +6,8 @@
"moduleResolution": "node",
"outDir": "./build",
"rootDir": "./src",
"noEmit": true,
"emitDeclarationOnly": true,
"declaration": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true