Browse Source

merge with develop

pull/4432/head
Martin McKeaveney 5 years ago
parent
commit
ee16908943
  1. 3
      packages/server/tsconfig.json
  2. 877
      packages/server/yarn.lock
  3. 4
      packages/string-templates/package.json

3
packages/server/tsconfig.json

@ -9,7 +9,8 @@
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true
"incremental": true,
"types": [ "node", "jest"],
},
"include": [
"./src/**/*",

877
packages/server/yarn.lock

File diff suppressed because it is too large

4
packages/string-templates/package.json

@ -13,6 +13,10 @@
},
"./package.json": "./package.json"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc && rollup -c",
"dev:builder": "tsc && rollup -cw",

Loading…
Cancel
Save