typescript udpates

This commit is contained in:
Nick Nisi
2015-01-18 21:46:45 -06:00
parent 6590edaf82
commit e34381fe36
5 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
snippet ref
/// <reference path="${1}"/>
snippet des
describe('${1}', ()=> {
describe('${1}', () => {
});
snippet it
it('${1}', ()=> {
it('${1}', () => {
});

View File

@@ -45,3 +45,4 @@ polyfill
frontend
Backend
CSS
SVG

View File

@@ -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 = {

View File

@@ -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"