feat: 新增包文件
This commit is contained in:
12
packages/electron-chrome-context-menu/tsconfig.json
Normal file
12
packages/electron-chrome-context-menu/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"outDir": "dist",
|
||||
"declaration": true
|
||||
},
|
||||
|
||||
"include": ["*"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user