Skip to content

Commit 02f5b1e

Browse files
committed
fix: imports (2)
1 parent b0e9765 commit 02f5b1e

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ test/
44
biome.json
55
renovate.json
66
tsconfig.json
7-
dist/
87
*.config.js
98
*.config.ts
109
*.log

tsconfig.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
2-
"compilerOptions": {
3-
"target": "es2020",
4-
"module": "esnext",
5-
"strict": true,
6-
"esModuleInterop": true,
7-
"moduleResolution": "node",
8-
"skipLibCheck": true,
9-
"noUnusedLocals": true,
10-
"noImplicitAny": true,
11-
"allowJs": true,
12-
"noEmit": true,
13-
"outDir": "dist",
14-
"resolveJsonModule": true,
15-
16-
"types": ["vitest/globals"]
17-
}
2+
"compilerOptions": {
3+
"target": "es2020",
4+
"module": "esnext",
5+
"strict": true,
6+
"esModuleInterop": true,
7+
"moduleResolution": "node",
8+
"skipLibCheck": true,
9+
"noUnusedLocals": true,
10+
"noImplicitAny": true,
11+
"allowJs": true,
12+
"noEmit": true,
13+
"outDir": "dist",
14+
"resolveJsonModule": true,
15+
"types": ["vitest/globals"]
16+
}
1817
}

0 commit comments

Comments
 (0)