mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"name": "@documenso/tsconfig",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"files": [
|
|
"base.json",
|
|
"nextjs.json",
|
|
"react-library.json"
|
|
]
|
|
}
|