瀏覽代碼

Adds skipLibCheck

main
Eric Amodio 5 年之前
父節點
當前提交
38593e6e02
共有 3 個檔案被更改,包括 3 行新增4 行删除
  1. +1
    -2
      tsconfig.eslint.json
  2. +1
    -0
      tsconfig.json
  3. +1
    -2
      tsconfig.webviews.json

+ 1
- 2
tsconfig.eslint.json 查看文件

@ -1,8 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "es2018"],
"skipLibCheck": true
"lib": ["dom", "dom.iterable", "es2018"]
},
"exclude": ["node_modules", "test"]
}

+ 1
- 0
tsconfig.json 查看文件

@ -11,6 +11,7 @@
"outDir": "dist",
"resolveJsonModule": true,
"rootDir": "src",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2018"

+ 1
- 2
tsconfig.webviews.json 查看文件

@ -2,8 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "es2018"],
"outDir": "dist/webviews",
"skipLibCheck": true
"outDir": "dist/webviews"
},
"include": ["src/config.ts", "src/webviews/protocol.ts", "src/webviews/apps/**/*"],
"exclude": ["node_modules", "test"]

Loading…
取消
儲存