Sfoglia il codice sorgente

Adds skipLibCheck

main
Eric Amodio 5 anni fa
parent
commit
38593e6e02
3 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. +1
    -2
      tsconfig.eslint.json
  2. +1
    -0
      tsconfig.json
  3. +1
    -2
      tsconfig.webviews.json

+ 1
- 2
tsconfig.eslint.json Vedi File

@ -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 Vedi File

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

+ 1
- 2
tsconfig.webviews.json Vedi File

@ -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"]

Caricamento…
Annulla
Salva