Skip to content

Commit

Permalink
[communication] Update @azure-rest/communication-job-router to ESM/vi…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
mpodwysocki committed Nov 14, 2024
1 parent 720e130 commit 47b43ec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sdk/communication/communication-job-router-rest/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@
"moduleResolution": "NodeNext",
"rootDir": "."
},
"include": ["src/**/*.ts", "src/**/*.mts", "src/**/*.cts", "samples-dev/**/*.ts", "test/**/*.ts"]
"include": [
"src/**/*.ts",
"src/**/*.mts",
"src/**/*.cts",
"samples-dev/**/*.ts",
"test/**/*.ts",
"test/**/*.mts",
"test/**/*.cts"
]
}

0 comments on commit 47b43ec

Please sign in to comment.