PluginProbe
Hello Plus / 1.7.4
Hello Plus v1.7.4
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 All 30 releases
hello-plus / tests / tsconfig.json

tsconfig.json in Hello Plus 1.7.4, at tests/tsconfig.json

29 lines 819 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "display": "Node 18 + ESM + Strictest",
4 "compilerOptions": {
5 "lib": [
6 "es2022"
7 ],
8 "module": "es2022",
9 "target": "es2022",
10 "declaration": true,
11 "declarationMap": true,
12 "esModuleInterop": true,
13 "skipLibCheck": true,
14 "forceConsistentCasingInFileNames": true,
15 "moduleResolution": "node",
16 "allowUnusedLabels": false,
17 "allowUnreachableCode": false,
18 "noFallthroughCasesInSwitch": true,
19 "noImplicitOverride": true,
20 "noImplicitReturns": true,
21 "noPropertyAccessFromIndexSignature": false,
22 "noUncheckedIndexedAccess": true,
23 "noUnusedLocals": true,
24 "noUnusedParameters": true,
25 "checkJs": false,
26 "resolveJsonModule": true
27 }
28 }
29