Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 3de8746

Browse files
committed
Add more aliases, emitDeclarationOnly
1 parent 0df5525 commit 3de8746

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build/tsconfig.common.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"lib": ["es2015", "dom"],
66
"baseUrl": "../",
77
"paths": {
8+
"@fluentui/docs": ["docs"],
9+
"@fluentui/e2e": ["e2e"],
10+
"@fluentui/internal-tooling": ["build"],
11+
"@fluentui/perf": ["perf"],
812
"@fluentui/*": ["packages/*/src"]
913
},
1014
"types": ["node", "jest"],
@@ -13,7 +17,9 @@
1317
"importHelpers": true,
1418
"isolatedModules": true,
1519
"moduleResolution": "node",
16-
"sourceMap": true,
20+
"declaration": true,
21+
"emitDeclarationOnly": true,
22+
"pretty": true,
1723
"allowJs": false,
1824
"noImplicitReturns": true,
1925
"noImplicitThis": false,

0 commit comments

Comments
 (0)