1
0
Fork 0

refactor: outsource tsconfig to its own package

This commit is contained in:
Vojtěch Mareš 2023-10-07 10:18:19 +02:00
parent 305b9efd20
commit ff0859433e
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
5 changed files with 56 additions and 33 deletions

View file

@ -0,0 +1,8 @@
{
"name": "tsconfig",
"version": "0.0.0",
"private": true,
"publishConfig": {
"access": "public"
}
}