Projekt

Obecné

Profil

Stáhnout (597 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "compilerOptions": {
3
    "target": "ES2022",
4
    "lib": [
5
      "dom",
6
      "dom.iterable",
7
      "esnext"
8
    ],
9
    "allowJs": true,
10
    "skipLibCheck": true,
11
    "esModuleInterop": true,
12
    "allowSyntheticDefaultImports": true,
13
    "strict": true,
14
    "forceConsistentCasingInFileNames": true,
15
    "noFallthroughCasesInSwitch": true,
16
    "experimentalDecorators": true,
17
    "sourceMap": true,
18
    "module": "es2022",
19
    "moduleResolution": "node",
20
    "resolveJsonModule": true,
21
    "isolatedModules": true,
22
    "noEmit": true,
23
    "jsx": "react-jsx"
24
  },
25
  "include": [
26
    "src"
27
  ]
28
}
(7-7/8)