/
githubmirror
/
carbon-lang
Обзор
Документация
Войти
/
githubmirror
/
carbon-lang
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
utils/vscode/tsconfig.json
13 строк
242 B
Jon Ross-Perkins
Update the vscode language server setup (#4663)
16 дек 2024, 19:05
Не верифицирован
16 дек 2024, 19:05
f922988
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "commonjs", "target": "es2020", "lib": ["es2020"], "outDir": "out", "sourceMap": true, "strict": true, "rootDir": "src" }, "include": ["src"], "exclude": ["node_modules"] }