Skip to content

Commit

Permalink
use tsconfig-holy-grail
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed May 5, 2017
1 parent 61145dd commit e54e658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -45,6 +45,7 @@
"sinon": "^2.0.0",
"sinon-chai": "^2.8.0",
"ts-loader": "^2.0.0",
"tsconfig-holy-grail": "^2.0.0",
"tslint-config-holy-grail": "^7.0.0",
"typescript": "^2.1.1",
"webpack": "^2.2.0"
Expand Down
24 changes: 1 addition & 23 deletions src/tsconfig.json
@@ -1,25 +1,3 @@
{
"compileOnSave": false,
"compilerOptions": {
"alwaysStrict": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [ "dom", "es2015" ],
"module": "es2015",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "../build/es2015",
"sourceMap": true,
"strictNullChecks": true,
"target": "es2015",
"typeRoots": [
"../node_modules/@types"
]
}
"extends": "../node_modules/tsconfig-holy-grail/src/tsconfig-browser.json"
}

0 comments on commit e54e658

Please sign in to comment.