We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb47d9 commit ed22e71Copy full SHA for ed22e71
1 file changed
tsconfig.json
@@ -1,28 +1,8 @@
1
{
2
+ "extends": "@gameroman/config/tsconfig",
3
"compilerOptions": {
4
"declaration": true,
-
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
+ "types": ["bun"]
26
},
27
"include": ["**/*.ts"]
28
}
0 commit comments