Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 12, 2023
1 parent d598d79 commit 3e2745f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 38 deletions.
3 changes: 1 addition & 2 deletions Target/Bin.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/bin/env node
import "./Index.js";

import"./Index.js";
9 changes: 1 addition & 8 deletions Target/Command/Build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions Target/Configuration/TypeScript.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "preserve",
"lib": [
"ESNext"
],
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "NodeNext",
"noFallthroughCasesInSwitch": true,
Expand All @@ -39,10 +37,7 @@
"strictFunctionTypes": true,
"strictNullChecks": true,
"target": "ESNext",
"types": [
"node",
"@types/node"
],
"types": ["node", "@types/node"],
"verbatimModuleSyntax": true
},
"ts-node": {
Expand Down
5 changes: 1 addition & 4 deletions Target/Configuration/esbuild.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Target/Index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { };

export {};
5 changes: 1 addition & 4 deletions Target/Index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions Target/Library/File.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Target/Library/JSON.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e2745f

Please sign in to comment.