feat: improved plugin structure

This commit is contained in:
Morten Olsen
2023-09-06 22:58:51 +02:00
parent 89c0271fc5
commit a81afc9221
16 changed files with 366 additions and 282 deletions

View File

@@ -1,8 +1,12 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"lib": [
"ES2022",
"DOM"
],
"target": "ES2022",
"module": "ESNext"
"module": "ES2022",
"moduleResolution": "node"
}
}