Skip to content

Commit db45dbe

Browse files
[fixed] rootDir in tsconfig
Summary: As recommended by TS team in microsoft/TypeScript#12698 (comment) Reviewers: #material_motion, O2 Material Motion, featherless Reviewed By: #material_motion, O2 Material Motion, featherless Tags: #material_motion Differential Revision: http://codereview.cc/D2297
1 parent 516fe8c commit db45dbe

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
@@ -14,6 +14,7 @@
1414
"noUnusedLocals": true,
1515
"noUnusedParameters": true,
1616
"outDir": "dist",
17+
"rootDir": "src",
1718
"sourceMap": true,
1819
"strictNullChecks": true,
1920
"target": "es6"

0 commit comments

Comments
 (0)