typescript udpates
This commit is contained in:
@@ -45,3 +45,4 @@ polyfill
|
||||
frontend
|
||||
Backend
|
||||
CSS
|
||||
SVG
|
||||
|
||||
Binary file not shown.
@@ -399,7 +399,9 @@ nmap <leader>mq :MarkedQuit<cr>
|
||||
nmap <leader>s :SyntasticToggleMode<cr>
|
||||
|
||||
" allow es5 mode when looking at TypeScript
|
||||
let g:syntastic_typescript_tsc_args = '--module amd --target ES5'
|
||||
let g:syntastic_typescript_tsc_args = '--module amd --target ES5 --noImplicitAny'
|
||||
let g:syntastic_typescript_checkers = ['tslint']
|
||||
let g:syntastic_javascript_checkers = ['jshint', 'jscs']
|
||||
|
||||
" CtrlP ignore patterns
|
||||
let g:ctrlp_custom_ignore = {
|
||||
|
||||
@@ -57,7 +57,7 @@ source `brew --prefix`/etc/profile.d/z.sh
|
||||
|
||||
# Base16 Shell
|
||||
if [ -z "$THEME" ]; then
|
||||
export THEME="base16-atelierlakeside"
|
||||
export THEME="base16-pop"
|
||||
fi
|
||||
if [ -z "$BACKGROUND" ]; then
|
||||
export BACKGROUND="dark"
|
||||
|
||||
Reference in New Issue
Block a user