mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
* Now --dts-resolve will also externalize pkg.dependencies by default.
* Added support for config file. tsup.config.{ts,js,json}
9 lines
126 B
JSON
9 lines
126 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"graphql-tools": "^5.0.0",
|
|
"graphql": "^15.3.0",
|
|
"vue": "3.0.5"
|
|
}
|
|
}
|