old-agentic
Travis Fischer 2025-03-18 22:06:39 +08:00
rodzic b596bdf18f
commit 4e53385e27
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
{ {
"name": "@agentic/tsconfig", "name": "@agentic/tsconfig",
"version": "1.0.0",
"private": true, "private": true,
"exports": { "exports": {
".": { ".": {
@ -13,8 +14,5 @@
}, },
"files": [ "files": [
"tsconfig.base.json" "tsconfig.base.json"
], ]
"publishConfig": {
"access": "public"
}
} }