chore(plugin-form-builder): cleanup after import

This commit is contained in:
Elliot DeNolf
2023-10-26 23:05:30 -04:00
parent 7bbd292efa
commit 22bd80b8c2
7 changed files with 447 additions and 7120 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": "inline",
"jsc": {
"target": "esnext",
"parser": {
"syntax": "typescript",
"tsx": true,
"dts": true
}
},
"module": {
"type": "commonjs"
}
}