openai-node

Форк
0
/
tsconfig.noderesolution.json 
55 строк · 1.3 Кб
1
{
2
  "include": ["tests/*.ts"],
3
  "exclude": ["tests/*-esnext.ts"],
4

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

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

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

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

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

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

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

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

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

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

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