diff --git a/package-lock.json b/package-lock.json index f3f66a7..c762377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "devDependencies": { "@testing-library/jest-dom": "^6", "@testing-library/react": "^15", + "@total-typescript/ts-reset": "^0.5.1", "@types/jest": "^29", "@types/node": "^20", "@types/react": "^18", @@ -2325,6 +2326,12 @@ "node": ">= 10" } }, + "node_modules/@total-typescript/ts-reset": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@total-typescript/ts-reset/-/ts-reset-0.5.1.tgz", + "integrity": "sha512-AqlrT8YA1o7Ff5wPfMOL0pvL+1X+sw60NN6CcOCqs658emD6RfiXhF7Gu9QcfKBH7ELY2nInLhKSCWVoNL70MQ==", + "dev": true + }, "node_modules/@types/aria-query": { "version": "5.0.4", "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", diff --git a/package.json b/package.json index 0e11109..02bb931 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "devDependencies": { "@testing-library/jest-dom": "^6", "@testing-library/react": "^15", + "@total-typescript/ts-reset": "^0.5.1", "@types/jest": "^29", "@types/node": "^20", "@types/react": "^18", diff --git a/reset.d.ts b/reset.d.ts new file mode 100644 index 0000000..ef18f27 --- /dev/null +++ b/reset.d.ts @@ -0,0 +1,10 @@ +// +// This source file is part of the Stanford Biodesign Digital Health Next.js Template open-source project +// +// SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md) +// +// SPDX-License-Identifier: MIT +// + +// Do not add any other lines of code to this file! +import '@total-typescript/ts-reset'