feat: Add Decor plugin (#910)

This commit is contained in:
Jack 2023-11-30 00:10:50 -05:00 committed by GitHub
parent 8ef1882d43
commit b47a5f569e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 1493 additions and 14 deletions

View file

@ -2,6 +2,7 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": [
"DOM",
"DOM.Iterable",