This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
9e654c533e
embark
/
packages
/
core
/
typings
/
tsconfig.json
8 lines
104 B
JSON
Raw
Normal View
History
Unescape
Escape
refactor(@embark/embark-typings) move typings to its own module fix typings WIP: refactor WIP: just needed an annotation :tada: thanks @emizzle! WIP: don't pack a tarball since it's a private package WIP: no need to list as a devDep
2019-02-04 22:57:55 +00:00
{
refactor(@embark/): move several packages into logical folders (#1877)
2019-09-06 21:39:51 +00:00
"extends"
:
"../../../tsconfig.json"
,
refactor(@embark/embark-typings) move typings to its own module fix typings WIP: refactor WIP: just needed an annotation :tada: thanks @emizzle! WIP: don't pack a tarball since it's a private package WIP: no need to list as a devDep
2019-02-04 22:57:55 +00:00
"files"
:
[
"index.d.ts"
]
,
"include"
:
[
"src/**/*"
]
}