選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 

12 行
301 B

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "es2020"],
"paths": {
"@env/*": ["src/env/browser/*"]
},
"tsBuildInfoFile": "tsconfig.browser.tsbuildinfo"
},
"include": ["src/**/*"],
"exclude": ["src/webviews/apps/**/*", "src/env/node/**/*"]
}