This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
GitHub
/
ant-design
Watch
6
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
tsc ignore lib and es folders
pull/6308/head
2.10.3
afc163
8 years ago
parent
fd625ef1a0
commit
47c58fb0b2
1 changed files
with
3 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
tsconfig.json
4
tsconfig.json
View File
@ -14,6 +14,8 @@
]
}
,
"exclude"
:
[
"node_modules"
"node_modules"
,
"lib"
,
"es"
]
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
GitHub/ant-design
Title
Body
Create Issue