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, "sourceMap": true,
"outDir": "./dist", "outDir": "./dist",
"moduleResolution": "node", "moduleResolution": "node",
"removeComments": true, "removeComments": false,
"noImplicitAny": false, "noImplicitAny": false,
"strictNullChecks": true, "strictNullChecks": true,
"strictFunctionTypes": true, "strictFunctionTypes": true,