Skip to content

Commit 1521ef1

Browse files
committed
Clean up lints
1 parent a624276 commit 1521ef1

5 files changed

Lines changed: 28 additions & 26 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"compilerOptions": {
33
"composite": true,
4-
"declaration": true,
54
"incremental": true,
5+
"skipLibCheck": true,
6+
"target": "ESNext",
67
"module": "es2022",
78
"moduleResolution": "bundler",
8-
"noEmit": true,
9-
"noImplicitAny": true,
9+
"types": ["node"],
10+
"strict": true,
1011
"noPropertyAccessFromIndexSignature": true,
1112
"noUncheckedIndexedAccess": true,
13+
"noImplicitAny": true,
14+
"noEmit": true,
15+
"declaration": true,
1216
"outDir": "dist",
13-
"skipDefaultLibCheck": true,
14-
"strict": true,
15-
"target": "ESNext",
16-
"types": ["node"],
1717
"verbatimModuleSyntax": true
1818
}
1919
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"compilerOptions": {
33
"composite": true,
4-
"declaration": true,
54
"incremental": true,
5+
"skipLibCheck": true,
6+
"target": "ESNext",
67
"module": "es2022",
78
"moduleResolution": "bundler",
8-
"noEmit": true,
9-
"noImplicitAny": true,
9+
"types": ["node"],
10+
"strict": true,
1011
"noPropertyAccessFromIndexSignature": true,
1112
"noUncheckedIndexedAccess": true,
13+
"noImplicitAny": true,
14+
"noEmit": true,
15+
"declaration": true,
1216
"outDir": "dist",
13-
"skipDefaultLibCheck": true,
14-
"strict": true,
15-
"target": "ESNext",
16-
"types": ["node"],
1717
"verbatimModuleSyntax": true
1818
}
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@rollup/plugin-commonjs": "25.0.7",
1919
"@rollup/plugin-node-resolve": "^15.2.3",
20-
"@starbeam-dev/core": "^1.0.1",
20+
"@starbeam-dev/core": "^1.0.2",
2121
"@swc/core": "^1.3.93",
2222
"get-tsconfig": "^4.7.2",
2323
"magic-string": "^0.30.5",

pnpm-lock.yaml

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"compilerOptions": {
3-
"declaration": true,
43
"incremental": true,
4+
"skipLibCheck": true,
5+
"target": "ESNext",
56
"module": "es2022",
67
"moduleResolution": "bundler",
7-
"noEmit": true,
8-
"noImplicitAny": true,
8+
"types": ["node"],
9+
"strict": true,
910
"noPropertyAccessFromIndexSignature": true,
1011
"noUncheckedIndexedAccess": true,
12+
"noImplicitAny": true,
13+
"noEmit": true,
14+
"declaration": true,
1115
"outDir": "dist",
12-
"skipDefaultLibCheck": true,
13-
"strict": true,
14-
"target": "ESNext",
15-
"types": ["node"],
1616
"verbatimModuleSyntax": true
1717
}
1818
}

0 commit comments

Comments
 (0)