update ts config to add comments into docs

This commit is contained in:
Antoine Kingue 2024-06-29 14:09:45 +02:00
parent a3981a8db4
commit f931d71f6d

View File

@ -7,7 +7,7 @@
"sourceMap": true,
"outDir": "./dist",
"moduleResolution": "node",
"removeComments": true,
"removeComments": false,
"noImplicitAny": false,
"strictNullChecks": true,
"strictFunctionTypes": true,