Skip to content

Commit

Permalink
chore: Move common tsconfig setting to root
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 17, 2019
1 parent a21cc9c commit 9a5824c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 15 deletions.
3 changes: 1 addition & 2 deletions packages/admin-ui-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"removeComments": true,
"noLib": false,
"skipLibCheck": true,
"sourceMap": true,
"newLine": "LF"
"sourceMap": true
}
}
3 changes: 1 addition & 2 deletions packages/asset-server-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"removeComments": true,
"noLib": false,
"skipLibCheck": true,
"sourceMap": true,
"newLine": "LF"
"sourceMap": true
}
}
3 changes: 1 addition & 2 deletions packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"removeComments": true,
"noLib": false,
"skipLibCheck": true,
"sourceMap": true,
"newLine": "LF"
"sourceMap": true
}
}
3 changes: 1 addition & 2 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"declaration": true,
"removeComments": true,
"strictPropertyInitialization": false,
"sourceMap": true,
"newLine": "LF"
"sourceMap": true
}
}
3 changes: 1 addition & 2 deletions packages/create/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"removeComments": true,
"noLib": false,
"skipLibCheck": true,
"sourceMap": true,
"newLine": "LF"
"sourceMap": true
}
}
3 changes: 1 addition & 2 deletions packages/elasticsearch-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"removeComments": true,
"noLib": false,
"skipLibCheck": true,
"sourceMap": true,
"newLine": "LF"
"sourceMap": true
}
}
3 changes: 1 addition & 2 deletions packages/email-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"removeComments": true,
"noLib": false,
"skipLibCheck": true,
"sourceMap": true,
"newLine": "LF"
"sourceMap": true
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"target": "es2017",
"strict": true,
"strictPropertyInitialization": false,
"sourceMap": false
"sourceMap": false,
"newLine": "LF"
}
}

0 comments on commit 9a5824c

Please sign in to comment.