refactor: migrate to tsup for builds and update tsconfigs fix: update error handling and validation in payment service chore: update package scripts and dependencies docs: update README and env examples
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"name": "@repo/typescript-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"files": ["*.json"],
|
|
"exports": {
|
|
"./base.json": "./base.json",
|
|
"./library.json": "./library.json",
|
|
"./node.json": "./node.json"
|
|
}
|
|
}
|