Skip to content

Commit

Permalink
chore(typescript): remove unnecessary baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga authored Nov 7, 2024
1 parent 1f8aed8 commit c2a01df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/configs/lint/rules/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { spawnSync } from 'node:child_process';
import type { Linter } from 'eslint';
import { findUpSync } from 'find-up-simple';
import unicorn from 'eslint-plugin-unicorn';
// @ts-expect-error - No types available
import js from '@eslint/js';
import stylistic from '@stylistic/eslint-plugin';
import { configs as dependConfigs } from 'eslint-plugin-depend';
Expand Down
3 changes: 0 additions & 3 deletions packages/configs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "./typescript/base.json",
"compilerOptions": {
"baseUrl": "."
},
"include": [
"eslint/**/*.ts",
"*.ts"
Expand Down
3 changes: 0 additions & 3 deletions packages/vite-plugins/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "@jellyfin-vue/configs/typescript/base.json",
"compilerOptions": {
"baseUrl": "."
},
"include": [
"*.ts"
]
Expand Down

0 comments on commit c2a01df

Please sign in to comment.