vscode-pull-request-github/tsconfig.browser.json

8 строки
161 B
JSON
Исходник Обычный вид История

2021-02-23 02:23:22 +03:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "es2019"],
"tsBuildInfoFile": "tsconfig.browser.tsbuildinfo"
}
}