decentralised message store

refactor: do not emit declaration files

this is not a library so it's fine

serenity 7d8da024 e4d99caa

Changed files
+1 -1
+1 -1
tsconfig.json
···
"checkJs": true /* Enable error reporting in type-checked JavaScript files. */,
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
/* Emit */
-
"declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
+
"declaration": false /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
"sourceMap": true /* Create source map files for emitted JavaScript files. */,