Run npm upgrade
This commit is contained in:
42977
extensions/ql-vscode/package-lock.json
generated
42977
extensions/ql-vscode/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { styled } from "styled-components";
|
||||
import classNames from "classnames";
|
||||
import * as classNames from "classnames";
|
||||
|
||||
type Props = {
|
||||
name: string;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { Codicon } from "./Codicon";
|
||||
import classNames from "classnames";
|
||||
import * as classNames from "classnames";
|
||||
|
||||
type Props = {
|
||||
label?: string;
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": ["**/*.ts", "../src/**/*.ts", "**/.eslintrc.js", "**/*.config.js"],
|
||||
"exclude": [],
|
||||
"exclude": ["../src/view/**/*.ts"],
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"resolveJsonModule": true,
|
||||
"rootDir": "..",
|
||||
"jsx": "react"
|
||||
"rootDir": ".."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user