PluginProbe
Elementor Website Builder – more than just a page builder / 3.21.0-beta2
Elementor Website Builder – more than just a page builder v3.21.0-beta2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / tsconfig.json

tsconfig.json in Elementor Website Builder – more than just a page builder 3.21.0-beta2, at tsconfig.json

31 lines 919 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": "commonjs",
9 "target": "ES6",
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 "noImplicitAny": true,
22 "noPropertyAccessFromIndexSignature": false,
23 "noUncheckedIndexedAccess": true,
24 "noUnusedLocals": true,
25 "noUnusedParameters": true,
26 "checkJs": false,
27 "allowJs": false,
28 "resolveJsonModule": true
29 }
30 }
31