feat(pkg): Add shared TypeScript config

This commit is contained in:
T. R. Bernstein
2025-02-24 22:02:04 +01:00
parent 9cf39b1590
commit 4820dfbb62
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "@tabshift/typescript-config",
"description": "Shared TypeScript config of Tabshift",
"version": "1.0.0",
"files": ["*.json"],
"author": "T. R. Bernstein <ljspkgs01-project@tabshift.dev>",
"license": "EUPL-1.2"
}