Skip to content

Commit a056caa

Browse files
author
David Sheldrick
committed
don't ignore custom typings
1 parent 1d832cc commit a056caa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ build/Release
3636
node_modules/
3737
jspm_packages/
3838

39-
# Typescript v1 declaration files
40-
typings/
41-
4239
# Optional npm cache directory
4340
.npm
4441

typings/cross-spawn.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module "cross-spawn" {
2+
import { spawnSync } from "child_process"
3+
export const sync: typeof spawnSync
4+
}

0 commit comments

Comments
 (0)