This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
demo
/
iMove
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35
Commits
1
Branch
0
Tags
951 KiB
Tree:
d2dbd5bdc2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd2dbd5bdc2'
${ noResults }
iMove
/
packages
/
core
/
tsconfig.json
8 lines
113 B
Raw
Normal View
History
feat: lerna + rollup + babel + typescript 配置 添加 npm 生命周期 prepublishOnly
5 years ago
{
"extends"
:
"../../tsconfig"
,
"compilerOptions"
:
{
build: 打包区分 cjs 和 ems
5 years ago
"outDir"
:
"dist/types"
feat: lerna + rollup + babel + typescript 配置 添加 npm 生命周期 prepublishOnly
5 years ago
}
,
"include"
:
[
"./src"
]
}