openai-node

Форк
0
54 строки · 1.3 Кб
1
{
2
  "include": ["tests/*", "moduleResolution/node/*"],
3

4
  "compilerOptions": {
5
    /* Visit https://aka.ms/tsconfig.json to read more about this file */
6
    /* Projects */
7
    "incremental": true,
8

9
    /* Language and Environment */
10
    "target": "ES2015",
11
    "lib": ["ES2015"],
12
    "jsx": "react",
13

14
    /* Modules */
15
    "module": "commonjs",
16
    "rootDir": "./",
17
    "moduleResolution": "node",
18
    "baseUrl": "./",
19
    "paths": {
20
      "~/*": ["*"]
21
    },
22
    "resolveJsonModule": true,
23
    "composite": true,
24

25
    /* Emit */
26
    "outDir": "node_modules",
27
    "noEmit": true,
28

29
    /* Interop Constraints */
30
    "isolatedModules": true,
31
    "allowSyntheticDefaultImports": true,
32
    /* "esModuleInterop": true, */
33
    "forceConsistentCasingInFileNames": true,
34
    "allowJs": true,
35
    "checkJs": true,
36

37
    /* Experimental Features */
38
    "experimentalDecorators": true,
39

40
    /* Type Checking */
41
    "strict": true,
42
    "noImplicitAny": true,
43
    "strictNullChecks": true,
44
    "strictFunctionTypes": true,
45
    "strictBindCallApply": true,
46
    "strictPropertyInitialization": true,
47
    "noImplicitThis": true,
48
    "alwaysStrict": true,
49
    "noUncheckedIndexedAccess": true,
50
    "noImplicitOverride": true,
51
    "noPropertyAccessFromIndexSignature": true,
52
    "skipLibCheck": false
53
  }
54
}
55

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.