Skip to content

Commit

Permalink
Ignore tsconfig during build
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeigler committed Aug 18, 2019
1 parent 18e1073 commit 567ff97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/.vscode/
/build/
/test/
tsconfig*.json
2 changes: 1 addition & 1 deletion examples/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { IO } from "../src/io";
import { Resource } from "../src/resource";
import * as fs from "fs";
import { left, right } from "fp-ts/lib/Either";
import { ExitTag } from "../src/exit";

// main from overview.ts
import { makeDriver } from "../src/driver";
Expand Down Expand Up @@ -111,7 +112,6 @@ import * as https from "https"
import * as http from "http";
import * as resource from "../src/resource";
import { RIO } from "../src/io";
import { ExitTag } from "../src/exit";

export const agent: Resource<never, https.Agent> = resource.bracket(
wave.sync(() => new https.Agent()),
Expand Down

0 comments on commit 567ff97

Please sign in to comment.