2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +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", "moduleResolution": "node",
"outDir": "./build", "outDir": "./build",
"rootDir": "./src", "rootDir": "./src",
"noEmit": true, "emitDeclarationOnly": true,
"declaration": true,
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true "esModuleInterop": true