Procházet zdrojové kódy

Adds skipLibCheck

main
Eric Amodio před 5 roky
rodič
revize
38593e6e02
3 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. +1
    -2
      tsconfig.eslint.json
  2. +1
    -0
      tsconfig.json
  3. +1
    -2
      tsconfig.webviews.json

+ 1
- 2
tsconfig.eslint.json Zobrazit soubor

@ -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 Zobrazit soubor

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

+ 1
- 2
tsconfig.webviews.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit