Skip to content

Commit

Permalink
chore: revert changes to tsconfig.json. point to new index.d.ts from …
Browse files Browse the repository at this point in the history
…typings (#601)
  • Loading branch information
Mikel Canovas authored and PatrickJS committed May 19, 2016
1 parent 11f0713 commit 7137078
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
"noEmitHelpers": true
},
"exclude": [
"node_modules"
"./node_modules",
"./typings/main.d.ts",
"./typings/main"
],
"filesGlob": [
"./src/client/**/*.ts",
"!./node_modules/**",
"./src/client/custom-typings.d.ts",
"./typings/index.d.ts"
],
"awesomeTypescriptLoaderOptions": {
"resolveGlobs": true,
Expand All @@ -18,3 +26,4 @@
"buildOnSave": false,
"atom": { "rewriteTsconfig": false }
}

0 comments on commit 7137078

Please sign in to comment.