Update sample plugin to use ESBuild.

This commit is contained in:
lishid
2021-10-19 13:34:19 -04:00
parent 5f95bce9e1
commit 3afc9d78ab
6 changed files with 71 additions and 72 deletions

View File

@@ -4,7 +4,7 @@
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "es6",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",