chore: remove useless tsconfigs

This commit is contained in:
PalmDevs
2024-01-18 22:45:15 +07:00
parent 56e364cedb
commit 55199a3bb0
2 changed files with 0 additions and 20 deletions

View File

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

View File

@@ -1,17 +0,0 @@
{
// `bun-types` will not be added until https://github.com/oven-sh/bun/issues/7247 is fixed
"extends": ["@tsconfig/strictest" /* "bun-types" */],
"compilerOptions": {
"lib": ["ESNext"],
"module": "NodeNext",
"moduleResolution": "Bundler",
"target": "ESNext",
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"declaration": false,
"allowSyntheticDefaultImports": true,
"isolatedModules": true
}
}