Skip to content

Commit

Permalink
Okay, let's not take this fight right now
Browse files Browse the repository at this point in the history
Compile the world
  • Loading branch information
niik committed Oct 20, 2017
1 parent 2f68288 commit f060881
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"sourceMap": true,
"jsx": "react",
"strict": true,
"outDir": "./out",
"types": ["node", "electron"]
"outDir": "./out"
},
"include": ["app/src/**/*.ts", "app/src/**/*.tsx", "app/src/**/*.d.tsx"],
"include": ["app/**/*.ts", "app/**/*.tsx", "app/**/*.d.tsx"],
"exclude": [
"node_modules",
"app/node_modules",
Expand Down

0 comments on commit f060881

Please sign in to comment.