fix(plugin): restore package publishing

This commit is contained in:
Dax Raad
2026-07-09 22:18:58 -04:00
parent b452368b3b
commit 761f37370f
20 changed files with 67 additions and 204 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": false,
"noEmit": false
}
}