Skip to content

Commit

Permalink
Update @theintern/dev, use its base tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Sep 5, 2017
1 parent 2489c72 commit 3a35c07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ coverage/
_build/
_examples/
_tests/
_publish/
src/**/*.js
benchmark.json
baselines.json
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"devDependencies": {
"@dojo/loader": "~2.0.0-beta2.2",
"@theintern/dev": "~0.5.0",
"@theintern/dev": "~0.5.5",
"@types/chalk": "~0.4.31",
"@types/glob": "~5.0.30",
"@types/grunt": "~0.4.21",
Expand Down
19 changes: 2 additions & 17 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "./node_modules/@theintern/dev/tsconfig-base.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"experimentalDecorators": true,
"lib": [
"es5",
"es2015.collection",
Expand All @@ -13,22 +12,8 @@
"dom"
],
"module": "umd",
"moduleResolution": "node",
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "./_build",
"preserveConstEnums": true,
"removeComments": false,
"rootDir": ".",
"sourceMap": true,
"strict": true,
"target": "es5"
},
"formatCodeOptions": {
"convertTabsToSpaces": false,
"insertSpaceAfterCommaDelimiter": true,
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
"insertSpaceAfterSemicolonInForStatements": true
"rootDir": "."
},
"files": ["src/index.ts"],
"include": [
Expand Down

0 comments on commit 3a35c07

Please sign in to comment.