We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138c0ff commit a81a29bCopy full SHA for a81a29b
.travis.yml
@@ -12,7 +12,6 @@ install:
12
before_script:
13
- "export DISPLAY=:99.0"
14
- "sh -e /etc/init.d/xvfb start"
15
- - "npm install -g typings"
16
17
script:
18
- npm test
tsconfig.json
@@ -2,6 +2,10 @@
2
"atom": {
3
"rewriteTsConfig": true
4
},
5
+ "typeRoots": [
6
+ "typings/global",
7
+ "typings/modules"
8
+ ],
9
"compilerOptions": {
10
"baseUrl": ".",
11
"paths": {
0 commit comments