Skip to content

Commit ed22e71

Browse files
committed
Update tsconfig.json
1 parent dcb47d9 commit ed22e71

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
11
{
2+
"extends": "@gameroman/config/tsconfig",
23
"compilerOptions": {
34
"declaration": true,
4-
5-
"target": "esnext",
6-
"module": "esnext",
7-
"moduleResolution": "bundler",
8-
"moduleDetection": "force",
9-
10-
"rootDir": "./",
11-
12-
"skipLibCheck": true,
13-
14-
// Max strictness
15-
"strict": true,
16-
"noFallthroughCasesInSwitch": true,
17-
"noUncheckedIndexedAccess": true,
18-
"noImplicitOverride": true,
19-
"noUnusedLocals": true,
20-
"noUnusedParameters": true,
21-
"noPropertyAccessFromIndexSignature": true,
22-
"noImplicitAny": true,
23-
"strictNullChecks": true,
24-
"forceConsistentCasingInFileNames": true,
25-
"verbatimModuleSyntax": true
5+
"types": ["bun"]
266
},
277
"include": ["**/*.ts"]
288
}

0 commit comments

Comments
 (0)