Skip to content

Commit

Permalink
[communication] Update @azure/communication-sms to ESM/vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpodwysocki committed Nov 14, 2024
1 parent 86555c0 commit f7e3ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
11 changes: 2 additions & 9 deletions sdk/communication/communication-sms/tsconfig.browser.config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"extends": "./.tshy/build.json",
"include": [
"./src/**/*.ts",
"./src/**/*.mts",
"./test/**/*.spec.ts",
"./test/**/*.mts"
],
"exclude": [
"./test/**/node/**/*.ts"
],
"include": ["./src/**/*.ts", "./src/**/*.mts", "./test/**/*.spec.ts", "./test/**/*.mts"],
"exclude": ["./test/**/node/**/*.ts"],
"compilerOptions": {
"outDir": "./dist-test/browser",
"rootDir": ".",
Expand Down
12 changes: 2 additions & 10 deletions sdk/communication/communication-sms/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@
"extends": "../../../tsconfig",
"compilerOptions": {
"paths": {
"@azure/communication-sms": [
"./src/index"
]
"@azure/communication-sms": ["./src/index"]
},
"module": "NodeNext",
"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"]
}

0 comments on commit f7e3ffd

Please sign in to comment.