sdk: build to dist/ instead of dist/src (#14383)

This commit is contained in:
Brendan Allan 2026-02-20 14:10:38 +08:00 committed by GitHub
parent 1c2416b6de
commit 443214871e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View file

@ -7,7 +7,8 @@
"declaration": true,
"moduleResolution": "nodenext",
"lib": ["es2022", "dom", "dom.iterable"],
"composite": true
"composite": true,
"rootDir": "src"
},
"include": ["src"]
}