xcally-nest-library 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,4 @@
1
1
  {
2
- "editor.codeActionsOnSave": {
3
- "source.fixAll": "explicit"
4
- },
2
+ "editor.codeActionsOnSave": { "source.fixAll": true },
5
3
  "editor.formatOnSave": false
6
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xcally-nest-library",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "license": "UNLICENSED",
9
9
  "scripts": {
10
10
  "prepublish": "pnpm build",
11
- "build": "nest build",
11
+ "build": "tsc",
12
12
  "build:watch": "rimraf dist && tsc-watch -b -v",
13
13
  "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
14
14
  "prettier:check": "prettier --check ./**/*.{ts,js,json,*rc}",