初始化
This commit is contained in:
18
easyflow-ui-admin/internal/tsconfig/package.json
Normal file
18
easyflow-ui-admin/internal/tsconfig/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@easyflow/tsconfig",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"base.json",
|
||||
"library.json",
|
||||
"node.json",
|
||||
"web-app.json",
|
||||
"web.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"@easyflow/types": "workspace:*",
|
||||
"vite": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user