Esbuild the ts extension

This commit is contained in:
Matt Bierner
2026-02-18 17:11:54 -08:00
parent cc23c3af8e
commit eddede8c81
6 changed files with 171 additions and 93 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {},
"exclude": [
"./src/test/**"
],
"files": [
"./src/extension.browser.ts"
]
}