@pikokr/command.ts 5.2.1-dev.b6cf144 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ {
2
+ "recommendations": [
3
+ "arcanis.vscode-zipfs",
4
+ "esbenp.prettier-vscode"
5
+ ]
6
+ }
@@ -6,5 +6,12 @@
6
6
  "commentEnd": "*/",
7
7
  "commentMiddle": "*"
8
8
  }
9
- ]
9
+ ],
10
+ "search.exclude": {
11
+ "**/.yarn": true,
12
+ "**/.pnp.*": true
13
+ },
14
+ "prettier.prettierPath": ".yarn/sdks/prettier/index.js",
15
+ "typescript.tsdk": ".yarn/sdks/typescript/lib",
16
+ "typescript.enablePromptUseWorkspaceTsdk": true
10
17
  }