Skip to content

Commit e4ed0c5

Browse files
committed
Remove rootDir from example/tsconfig.json
Inclusion was causing TS6059 'rootDir' is expected to contain all source files error. Suggestion to remove from: wmonk/create-react-app-typescript#74
1 parent 65977df commit e4ed0c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"noUnusedLocals": true,
1414
"outDir": "./dist",
1515
"removeComments": true,
16-
"rootDir": "./src",
1716
"sourceMap": true,
1817
"strictNullChecks": true,
1918
"suppressImplicitAnyIndexErrors": true,
@@ -23,4 +22,4 @@
2322
"node_modules",
2423
"static"
2524
]
26-
}
25+
}

0 commit comments

Comments
 (0)