Browse Source

chore(core): Export comments with ts defs

Michael Bromley 6 years ago
parent
commit
1d63f356b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/core/build/tsconfig.build.json

+ 1 - 0
packages/core/build/tsconfig.build.json

@@ -1,6 +1,7 @@
 {
 {
   "extends": "../tsconfig.json",
   "extends": "../tsconfig.json",
   "compilerOptions": {
   "compilerOptions": {
+    "removeComments": false,
     "outDir": "../dist",
     "outDir": "../dist",
     "rootDirs": ["../src"]
     "rootDirs": ["../src"]
   },
   },