This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex_old
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Set up tsconfig for packages
master
David Ludwig
3 years ago
parent
75cfb7ad14
commit
eb38aaf32c
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tsconfig.package.json
+ 6
- 0
tsconfig.package.json
View File
@ -0,0 +1,6 @@
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"declaration"
:
true
}
}
Write
Preview
Loading…
Cancel
Save