Skip to content

Commit cef976c

Browse files
committed
fix(typescript) command line build now possible with ./node_modules/.bin/ntsc -p ./lib
refs #733 (comment)
1 parent 205cba0 commit cef976c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/globals.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference path="../node_modules/ntypescript/bin/ntypescript.d.ts"/>
12
/// <reference path="./typings/tsd.d.ts"/>
23

34
// From brackets plugin

lib/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,8 @@
130130
"./main/atom/views/rView.tsx",
131131
"./main/atom/views/semanticView.tsx"
132132
],
133-
"exclude": []
133+
"exclude": [],
134+
"atom": {
135+
"rewriteTsconfig": true
136+
}
134137
}

0 commit comments

Comments
 (0)