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

10 行
279 B

  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "lib": ["dom", "dom.iterable", "es2018"],
  5. "outDir": "dist/webviews",
  6. "skipLibCheck": true
  7. },
  8. "include": ["src/config.ts", "src/webviews/protocol.ts", "src/webviews/apps/**/*"],
  9. "exclude": ["node_modules", "test"]
  10. }