From eaf4d6d5d6022516ceb0a5230c26ff2fa849fc2f Mon Sep 17 00:00:00 2001 From: Ruben Carvalho Date: Wed, 13 Dec 2023 11:05:58 +0000 Subject: [PATCH] chore: Update bug report template and tsconfig --- .github/ISSUE_TEMPLATE/1_bug_report.yaml | 10 ++++------ tsconfig.json | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yaml b/.github/ISSUE_TEMPLATE/1_bug_report.yaml index 8b23774..0b16e05 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yaml @@ -1,6 +1,6 @@ name: Bug Report description: Report a bug -title: '[Bug]: ' +title: "[Bug]: " labels: bug body: - type: markdown @@ -55,10 +55,8 @@ body: label: Code of Conduct description: Please confirm the following options: - - label: - I agree to follow this project's [Code of + - label: I agree to follow this project's [Code of Conduct](https://github.com/cloudscape-design/components/blob/main/CODE_OF_CONDUCT.md) required: true - - label: - I checked the [current - issues](https://github.com/cloudscape-design/components/issues) for duplicate problems \ No newline at end of file + - label: I checked the current issues on [this](https://github.com/cloudscape-design/code-view/issues) and + [main](https://github.com/cloudscape-design/components/issues) repositories for duplicate problems diff --git a/tsconfig.json b/tsconfig.json index 9cf7464..7ce2f6f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,12 @@ { "compilerOptions": { "outDir": "dist", - "target": "es2020", + "target": "es2019", "module": "esnext", "jsx": "react-jsx", "types": [], "lib": [ - "es2020", + "es2019", "dom" ], "importHelpers": true,