Skip to content

Commit ec1e254

Browse files
committed
tsconfig.lint.json was removed
1 parent a83fa78 commit ec1e254

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

eslint.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default defineConfig([
1212
{
1313
languageOptions: {
1414
parserOptions: {
15-
project: './tsconfig.lint.json',
1615
projectService: true,
1716
tsconfigRootDir: import.meta.dirname,
1817
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"axios"
4242
],
4343
"engines": {
44-
"node": ">=20.0.0"
44+
"node": ">=20"
4545
},
4646
"scripts": {
4747
"build": "pnpm run build:src && pnpm run build:tests",

tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"baseUrl": ".",
5-
"outDir": "./out",
5+
"outDir": "./dist",
66
"noEmit": true,
77
"paths": {
88
"~/*": ["../src/*"],

tsconfig.lint.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)