Skip to content

Commit

Permalink
add config for browser variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ardittristan committed Aug 10, 2023
1 parent 4b1201e commit 42a51f5
Show file tree
Hide file tree
Showing 6 changed files with 4,453 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ out
dist
node_modules
.vscode-test/
.vscode-test-web/
*.vsix
notes
18 changes: 18 additions & 0 deletions browser.tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"outDir": "out",
"lib": [
"ES2020", "WebWorker"
],
"sourceMap": true,
"rootDir": "src",
"strict": true
},
"exclude": [
"node_modules",
".vscode-test-web",
".vscode-test"
]
}
Loading

0 comments on commit 42a51f5

Please sign in to comment.