Skip to content

Commit abacaa2

Browse files
committed
Add compilerOptions.rootDir=src setting to tsconfig.json
This is required for the recent demo of cross-repo linking to mobx See https://twitter.com/mweststrate/status/1074609242521436160
1 parent af37a35 commit abacaa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "2.0.10",
33
"compilerOptions": {
4+
"rootDir": "src",
45
"target": "es6",
56
"module": "commonjs",
67
"moduleResolution": "node",

0 commit comments

Comments
 (0)