Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 22, 2023
1 parent 879878a commit ee514cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install -D -E typescript-esbuild
}
```

#### See an example of a config file in [ESBuild.ts](Source/Configuration/ESBuild.ts)
#### See an example of a configuration file in [Configuration.ts](Source/Object/Configuration.ts)

`tsconfig.json`

Expand Down
2 changes: 1 addition & 1 deletion Source/Fn/File.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { pathToFileURL as URL } from "url";
export default async (Path: string) => {
if (Path.split(".").pop() === "ts") {
const { options } = TypeScript.convertCompilerOptionsFromJson(
(await _JSON("../Configuration/TypeScript.json", import.meta.url))
(await _JSON("../Notation/TypeScript.json", import.meta.url))
?.compilerOptions,
"."
);
Expand Down
2 changes: 1 addition & 1 deletion Target/Fn/File.js

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

0 comments on commit ee514cc

Please sign in to comment.