one tsconfig for everything

This commit is contained in:
MapleLeaf
2021-12-16 19:12:41 -06:00
parent 460e7cde1a
commit cc52c42c98
5 changed files with 2 additions and 10 deletions

View File

@@ -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",

View File

@@ -1,3 +0,0 @@
{
"extends": "../../tsconfig.base.json"
}

View File

@@ -1,3 +0,0 @@
{
"extends": "../../tsconfig.base.json"
}

View File

@@ -1,3 +0,0 @@
{
"extends": "../../tsconfig.base.json"
}