Skip to content

Commit 838c10f

Browse files
committed
simplify more
1 parent cddf260 commit 838c10f

File tree

35 files changed

+32
-249
lines changed

35 files changed

+32
-249
lines changed

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,6 @@
4646
"sourceMaps": true,
4747
"outFiles": []
4848
},
49-
{
50-
"name": "Debug metro bundling task",
51-
"type": "node",
52-
"request": "launch",
53-
"program": "${workspaceRoot}/scripts/debug-metro-pack.js",
54-
"cwd": "${workspaceFolder}/packages/libraries/core",
55-
"args": ["rnTester"],
56-
"runtimeArgs": ["--nolazy"],
57-
"env": {
58-
"NODE_ENV": "development"
59-
},
60-
"console": "integratedTerminal",
61-
"sourceMaps": true,
62-
"outFiles": []
63-
},
6449
{
6550
"name": "Debug Fabric Tester",
6651
"type": "node",

apps/E2E/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "@fluentui-react-native/scripts/tsconfig.json",
33
"compilerOptions": {
44
"baseUrl": ".",
5-
"importHelpers": true,
5+
66
"outDir": "lib",
77
"paths": {
88
"*": ["*", "*.win32", "./*"],

apps/fluent-tester/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "@fluentui-react-native/scripts/tsconfig.json",
33
"compilerOptions": {
44
"baseUrl": ".",
5-
"importHelpers": true,
5+
66
"outDir": "lib",
77
"paths": {
88
"*": ["*", "*.win32", "./*"],

apps/win32/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"extends": "@fluentui-react-native/scripts/tsconfig.json",
33
"compilerOptions": {
44
"baseUrl": ".",
5-
"importHelpers": true,
5+
66
"paths": {
77
"*": ["*", "*.win32"],
88
"src/*": ["./src/*"]
9-
},
9+
}
1010
},
1111
"include": ["src"]
1212
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"build-tools": "lage build-tools",
1717
"buildci": "lage buildci",
1818
"bump-versions": "beachball bump",
19-
"clean-all": "node ./scripts/clean-all.js",
2019
"docs": "yarn workspace fluent-rn-website start",
2120
"bundle": "lage bundle",
2221
"clean": "lage clean",
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "@fluentui-react-native/scripts/tsconfig.json",
3-
"compilerOptions": {
4-
"importHelpers": true,
5-
"outDir": "lib"
6-
},
3+
74
"include": ["src"]
85
}
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "@fluentui-react-native/scripts/tsconfig.json",
3-
"compilerOptions": {
4-
"importHelpers": true,
5-
"outDir": "lib"
6-
},
3+
74
"include": ["src"]
85
}
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "@fluentui-react-native/scripts/tsconfig.json",
3-
"compilerOptions": {
4-
"importHelpers": true,
5-
"outDir": "lib"
6-
},
3+
74
"include": ["src"]
85
}
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "@fluentui-react-native/scripts/tsconfig.json",
3-
"compilerOptions": {
4-
"importHelpers": true,
5-
"outDir": "lib"
6-
},
3+
74
"include": ["src"]
85
}
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"extends": "@fluentui-react-native/scripts/tsconfig.json",
3-
"compilerOptions": {
4-
"outDir": "lib",
5-
"types": ["node", "jest", "react"]
6-
},
7-
"include": ["src"]
2+
"extends": "@fluentui-react-native/scripts/tsconfig.json"
83
}

0 commit comments

Comments
 (0)