File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
feature-management-applicationinsights-browser
feature-management-applicationinsights-node Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ export default [
2323 "ESNext"
2424 ] ,
2525 "skipDefaultLibCheck" : true ,
26- "module" : "ESNext " ,
27- "moduleResolution" : "Node " ,
26+ "module" : "NodeNext " ,
27+ "moduleResolution" : "NodeNext " ,
2828 "target" : "ES2022" ,
2929 "strictNullChecks" : true ,
3030 "strictFunctionTypes" : true ,
@@ -35,6 +35,7 @@ export default [
3535 ] ,
3636 } ,
3737 {
38+ external : [ "@microsoft/feature-management" ] ,
3839 input : "src/index.ts" ,
3940 output : [ { file : "types/index.d.ts" , format : "esm" } ] ,
4041 plugins : [ dts ( ) ] ,
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export default [
2929 "ESNext"
3030 ] ,
3131 "skipDefaultLibCheck" : true ,
32- "module" : "ESNext " ,
33- "moduleResolution" : "Node " ,
32+ "module" : "NodeNext " ,
33+ "moduleResolution" : "NodeNext " ,
3434 "target" : "ES2022" ,
3535 "strictNullChecks" : true ,
3636 "strictFunctionTypes" : true ,
@@ -41,6 +41,7 @@ export default [
4141 ] ,
4242 } ,
4343 {
44+ external : [ "@microsoft/feature-management" ] ,
4445 input : "src/index.ts" ,
4546 output : [ { file : "types/index.d.ts" , format : "esm" } ] ,
4647 plugins : [ dts ( ) ] ,
You can’t perform that action at this time.
0 commit comments