Skip to content
Snippets Groups Projects
Unverified Commit fdfcf635 authored by Phoomparin Mano's avatar Phoomparin Mano Committed by GitHub
Browse files

support test utilities in sdk import (#43242)

parent 505d4349
No related merge requests found
......@@ -5,7 +5,12 @@
"emitDeclarationOnly": true,
"outDir": "./resources/embedding-sdk/dist",
"paths": {
"*": ["./frontend/src/*", "./enterprise/frontend/src/*"],
"*": [
"./frontend/src/*",
"./frontend/test/*",
"./enterprise/frontend/src/*",
"./enterprise/frontend/test/*"
],
"cljs/*": ["./target/cljs_release/*"]
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment