Skip to content

Commit

Permalink
Add compilerOptions.rootDir=src setting to tsconfig.json
Browse files Browse the repository at this point in the history
This is required for the recent demo of cross-repo linking to mobx
See https://twitter.com/mweststrate/status/1074609242521436160
  • Loading branch information
AArnott committed Dec 19, 2018
1 parent af37a35 commit abacaa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "2.0.10",
"compilerOptions": {
"rootDir": "src",
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit abacaa2

Please sign in to comment.