fullstacked 0.12.0-1212 → 0.12.0-1215

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -616,7 +616,10 @@ var defaultTsConfig = {
616
616
  paths: {
617
617
  "*": ["./node_modules/fullstacked/fullstacked_modules/*"]
618
618
  },
619
- typeRoots: ["./node_modules/fullstacked/fullstacked_modules"]
619
+ typeRoots: [
620
+ "./node_modules/fullstacked/fullstacked_modules",
621
+ "./node_modules/@types"
622
+ ]
620
623
  }
621
624
  };
622
625
  var defaultGitignore = `node_modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fullstacked",
3
- "version": "0.12.0-1212",
3
+ "version": "0.12.0-1215",
4
4
  "scripts": {
5
5
  "build": "node build.js",
6
6
  "start": "npm run build && node index.js --lib ../../core/bin --root ~/FullStacked --config ~/.config/fullstacked --editor ../../out/editor",