Upload tsconfig.json
Browse files- tsconfig.json +3 -30
tsconfig.json
CHANGED
|
@@ -1,30 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"lib": ["ESNext"],
|
| 5 |
-
"target": "ESNext",
|
| 6 |
-
"module": "Preserve",
|
| 7 |
-
"moduleDetection": "force",
|
| 8 |
-
"jsx": "react-jsx",
|
| 9 |
-
"allowJs": true,
|
| 10 |
-
"types": ["bun"],
|
| 11 |
-
|
| 12 |
-
// Bundler mode
|
| 13 |
-
"moduleResolution": "bundler",
|
| 14 |
-
"allowImportingTsExtensions": true,
|
| 15 |
-
"verbatimModuleSyntax": true,
|
| 16 |
-
"noEmit": true,
|
| 17 |
-
|
| 18 |
-
// Best practices
|
| 19 |
-
"strict": true,
|
| 20 |
-
"skipLibCheck": true,
|
| 21 |
-
"noFallthroughCasesInSwitch": true,
|
| 22 |
-
"noUncheckedIndexedAccess": true,
|
| 23 |
-
"noImplicitOverride": true,
|
| 24 |
-
|
| 25 |
-
// Some stricter flags (disabled by default)
|
| 26 |
-
"noUnusedLocals": false,
|
| 27 |
-
"noUnusedParameters": false,
|
| 28 |
-
"noPropertyAccessFromIndexSignature": false
|
| 29 |
-
}
|
| 30 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b76b32a0346dadde6e25cfa8b7865835bc4c0809a4927b075f35f614642c2eb6
|
| 3 |
+
size 506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|