Skip to content

Commit 35bf305

Browse files
committed
Publish version v0.2.22
1 parent 678370f commit 35bf305

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

tooling/typescript/base.json

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
{
2-
"$schema": "https://json.schemastore.org/tsconfig",
3-
"display": "Base",
4-
"docs": "https://bun.sh/docs/typescript",
5-
6-
"compilerOptions": {
7-
"target": "ESNext",
8-
"lib": ["ESNext", "DOM"],
9-
"module": "ESNext",
10-
"moduleDetection": "force",
11-
"allowJs": true,
12-
13-
"moduleResolution": "bundler",
14-
"allowImportingTsExtensions": true,
15-
"verbatimModuleSyntax": true,
16-
"noEmit": true,
17-
18-
"strict": true,
19-
"skipLibCheck": true,
20-
"noFallthroughCasesInSwitch": true,
21-
22-
"noUnusedLocals": false,
23-
"noUnusedParameters": false,
24-
"noPropertyAccessFromIndexSignature": false
25-
}
2+
"$schema": "https://json.schemastore.org/tsconfig",
3+
"display": "Base",
4+
"docs": "https://bun.sh/docs/typescript",
5+
"compilerOptions": {
6+
"target": "ESNext",
7+
"lib": [
8+
"ES2023",
9+
"DOM"
10+
],
11+
"module": "ESNext",
12+
"moduleDetection": "force",
13+
"allowJs": true,
14+
"moduleResolution": "bundler",
15+
"allowImportingTsExtensions": true,
16+
"verbatimModuleSyntax": true,
17+
"noEmit": true,
18+
"strict": true,
19+
"skipLibCheck": true,
20+
"noFallthroughCasesInSwitch": true,
21+
"noUnusedLocals": false,
22+
"noUnusedParameters": false,
23+
"noPropertyAccessFromIndexSignature": false
24+
}
2625
}

0 commit comments

Comments
 (0)