Skip to content

Commit

Permalink
fix: package.json, tsconfig.json, and src/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pathurs committed Nov 11, 2018
1 parent 243db50 commit 93d5695
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
1 change: 1 addition & 0 deletions default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"homepage": "https://github.com/Colonise/CHANGEME#readme",
"devDependencies": {
"@colonise/config": "latest",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@semantic-release/github": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion default/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es6"
"target": "es5"
},
"include": ["./**/*.ts"]
}
20 changes: 1 addition & 19 deletions default/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
{
"compilerOptions": {
"alwaysStrict": true,
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"importHelpers": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "es6"
},
"extends": "./node_modules/@colonise/config/tsconfig",
"include": ["gulpfile.ts"]
}

0 comments on commit 93d5695

Please sign in to comment.