Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(): upgrade typescript and tsconfig template for packages #18

Merged
merged 1 commit into from Feb 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions generators/package/templates/tsconfig.json
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"target": "es5",
"module": "system",
"lib": ["es2016", "dom"],
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@criticalmanufacturing/generator-html",
"version": "6.3.0",
"version": "7.0.0-1",
"description": "CMF HTML GUI Scaffolding",
"files": [
"generators/*.js",
Expand All @@ -16,12 +16,12 @@
"yeoman-generator": "^1.0.1"
},
"peerDependencies": {
"@criticalmanufacturing/dev-tasks": "^6.3.0"
"@criticalmanufacturing/dev-tasks": "^7.0.0"
},
"devDependencies": {
"@types/node": "^9.4.0",
"@types/yeoman-generator": "^2.0.1",
"typescript": "^2.7.1"
"typescript": "3.2.4"
},
"license": "GPL-3.0",
"repository": {
Expand Down