Skip to content

Commit 3943795

Browse files
[autofix.ci] apply automated fixes
1 parent 0748298 commit 3943795

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

tsconfig.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"compilerOptions": {
3-
"target": "esnext",
4-
"jsx": "preserve",
5-
"jsxImportSource": "solid-js",
6-
"lib": ["es2022"],
7-
"moduleDetection": "force",
8-
"module": "preserve",
9-
"moduleResolution": "bundler",
10-
"resolveJsonModule": true,
11-
"types": ["node"],
12-
"strict": true,
13-
"strictNullChecks": true,
14-
"noUnusedLocals": true,
15-
"declaration": true,
16-
"isolatedDeclarations": true,
17-
"esModuleInterop": true,
18-
"isolatedModules": true,
19-
"verbatimModuleSyntax": true,
20-
"skipDefaultLibCheck": true,
21-
"skipLibCheck": true
22-
},
23-
"include": ["src", "test", "tsdown.config.ts"],
24-
"exclude": ["**/fixtures"]
2+
"compilerOptions": {
3+
"target": "esnext",
4+
"jsx": "preserve",
5+
"jsxImportSource": "solid-js",
6+
"lib": ["es2022"],
7+
"moduleDetection": "force",
8+
"module": "preserve",
9+
"moduleResolution": "bundler",
10+
"resolveJsonModule": true,
11+
"types": ["node"],
12+
"strict": true,
13+
"strictNullChecks": true,
14+
"noUnusedLocals": true,
15+
"declaration": true,
16+
"isolatedDeclarations": true,
17+
"esModuleInterop": true,
18+
"isolatedModules": true,
19+
"verbatimModuleSyntax": true,
20+
"skipDefaultLibCheck": true,
21+
"skipLibCheck": true
22+
},
23+
"include": ["src", "test", "tsdown.config.ts"],
24+
"exclude": ["**/fixtures"]
2525
}

0 commit comments

Comments
 (0)