Skip to content

Commit

Permalink
chore(tsc): fallback to exclude config because WS doesn't supports files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Apr 3, 2016
1 parent 02233b4 commit f506d17
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
"noImplicitAny": false,
"sourceMap": true,
"experimentalDecorators": true,
"declaration": true
"declaration": true,
"pretty": true
},
"files": [
"manual_typings/globals.d.ts",
"typings/browser.d.ts",
"common.ts",
"core.ts",
"testing.ts",
"platform.ts",
"test/index.ts"
"exclude": [
"typings/main",
"typings/main.d.ts",
"playground",
"node_modules"
]
}

0 comments on commit f506d17

Please sign in to comment.