This website requires JavaScript.
Explore
Help
Sign In
joelson
/
svr-imp
Watch
1
Star
0
Fork
You've already forked svr-imp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4d01d439ec
svr-imp
/
tsconfig.build.json
5 lines
97 B
JSON
Raw
Normal View
History
Unescape
Escape
feature: compatibility with various IDEs
2018-12-07 11:51:42 +00:00
{
"extends"
:
"./tsconfig.json"
,
Enable incremental builds, ignore "dist"
2019-04-08 21:41:55 +00:00
"exclude"
:
[
"node_modules"
,
"dist"
,
"test"
,
"**/*spec.ts"
]
feature: compatibility with various IDEs
2018-12-07 11:51:42 +00:00
}