Skip to content

Commit a41e1ca

Browse files
committed
chore(nx): Upgrade to Nx 18 - align angular package libs
1 parent 7ad4950 commit a41e1ca

File tree

5 files changed

+504
-1080
lines changed

5 files changed

+504
-1080
lines changed

libs/native-federation-esbuild/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"module": "commonjs",
55
"forceConsistentCasingInFileNames": true,
6-
"strict": true,
6+
// "strict": true,
77
"noImplicitOverride": true,
88
"noPropertyAccessFromIndexSignature": true,
99
"noImplicitReturns": true,

libs/native-federation/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// "strict": true,
77
"noImplicitOverride": true,
88
"noPropertyAccessFromIndexSignature": true,
9-
"noImplicitReturns": true,
9+
// "noImplicitReturns": true,
1010
"noFallthroughCasesInSwitch": true
1111
},
1212
"files": [],

0 commit comments

Comments
 (0)