Add task to build extension media (#119294)

This lets us avoid checking in the compiled js files that are used inside webviews and notebooks
This commit is contained in:
Matt Bierner
2021-03-18 19:15:59 -07:00
committed by GitHub
parent 1b52d82871
commit c0885dd0c4
11 changed files with 76 additions and 21 deletions

View File

@@ -17,5 +17,6 @@
"strict": true,
"target": "es2019"
},
"exclude": ["node_modules"]
"exclude": ["node_modules"],
"include": ["src/**/*"]
}