We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2e3fb commit 23cfbafCopy full SHA for 23cfbaf
3 files changed
README.md
@@ -1,2 +1,3 @@
1
# parser
2
+
3
The argument parser used in the Advanced-Command-Handler.
package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"build": "tsc",
28
"prepublishOnly": "npm run prettier && npm run build",
29
- "prettier": "prettier --write *.ts *.json README.md"
+ "prettier": "prettier --write src *.json README.md"
30
},
31
"types": "dist",
32
"version": "0.1.0"
tsconfig.json
@@ -1,10 +1,10 @@
-{
- "compilerOptions": {
- "declaration": true,
4
- "module": "commonjs",
5
- "outDir": "dist",
6
- "rootDir": "src",
7
- "strict": true,
8
- "target": "ES2021"
9
- }
10
-}
+{
+ "compilerOptions": {
+ "declaration": true,
+ "module": "commonjs",
+ "outDir": "dist",
+ "rootDir": "src",
+ "strict": true,
+ "target": "ES2021"
+ }
+}
0 commit comments