diff --git a/package.json b/package.json index 7d80e0e..f29b4a1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "private": true, + "type": "module", "scripts": { "build": "pnpm build --recursive --stream", "lint": "eslint --ext js,ts,tsx .", "lint-fix": "pnpm lint -- --fix", "format": "prettier --write .", "test": "c8 ava", - "typecheck": "tsc --project ./tsconfig.base.json --noEmit" + "typecheck": "tsc --noEmit" }, "devDependencies": { "@itsmapleleaf/configs": "^1.1.0", diff --git a/packages/helpers/tsconfig.json b/packages/helpers/tsconfig.json deleted file mode 100644 index 9536a0f..0000000 --- a/packages/helpers/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.base.json" -} diff --git a/packages/integration-tests/tsconfig.json b/packages/integration-tests/tsconfig.json deleted file mode 100644 index 9536a0f..0000000 --- a/packages/integration-tests/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.base.json" -} diff --git a/packages/reacord/tsconfig.json b/packages/reacord/tsconfig.json deleted file mode 100644 index 9536a0f..0000000 --- a/packages/reacord/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../../tsconfig.base.json" -} diff --git a/tsconfig.base.json b/tsconfig.json similarity index 100% rename from tsconfig.base.json rename to tsconfig.json