Files
sign/packages/tsconfig/package.json

15 lines
231 B
JSON
Raw Normal View History

2023-06-09 18:21:18 +10:00
{
"name": "@documenso/tsconfig",
"version": "0.0.0",
"license": "MIT",
"private": true,
2023-09-21 21:34:24 +10:00
"scripts": {
"clean": "rimraf node_modules"
},
2023-06-09 18:21:18 +10:00
"files": [
"base.json",
"nextjs.json",
"react-library.json"
]
}