Skip to content

Commit

Permalink
Remove rootDir from example/tsconfig.json
Browse files Browse the repository at this point in the history
Inclusion was causing TS6059 'rootDir' is expected
to contain all source files error. Suggestion to remove from:
wmonk/create-react-app-typescript#74
  • Loading branch information
jthetzel committed Oct 3, 2017
1 parent 7551b7e commit b33bfdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"noUnusedLocals": true,
"outDir": "./dist",
"removeComments": true,
"rootDir": "./src",
"sourceMap": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
Expand All @@ -23,4 +22,4 @@
"node_modules",
"static"
]
}
}

0 comments on commit b33bfdb

Please sign in to comment.