/
githubmirror
/
code-server
Обзор
Документация
Войти
/
githubmirror
/
code-server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.129.0
tsconfig.json
30 строк
824 B
zhaozhiming
feat: add i18n in login page (#5947)
13 янв 2023, 20:42
Не верифицирован
13 янв 2023, 20:42
7c2aa8c
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es6", "lib": ["es2020", "dom", "dom.iterable"], "module": "commonjs", "moduleResolution": "node", "strict": true, "noImplicitReturns": true, "noUnusedLocals": true, "forceConsistentCasingInFileNames": true, "outDir": "./out", "declaration": false, "experimentalDecorators": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "tsBuildInfoFile": "./.cache/tsbuildinfo", "incremental": true, "typeRoots": [ "./node_modules/@types", "./typings", "./test/node_modules/@types", "./lib/vscode/src/vs/server/@types" ], "downlevelIteration": true, "resolveJsonModule": true }, "include": ["./src/**/*"], "exclude": ["/test", "/lib", "/ci", "/doc"] }