Skip to content

Commit

Permalink
chore(bundle-react-component-tsx): update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 25, 2021
1 parent abc0c1e commit 75346d0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions example/bundle-react-component-tsx/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@
"declaration": true,
"baseUrl": "./src",
"jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "esnext"],
"noFallthroughCasesInSwitch": true
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"noFallthroughCasesInSwitch": true,
"noEmit": true
},
"include": ["src/**/*"]
"include": [
"src/**/*"
]
}

2 comments on commit 75346d0

@vercel
Copy link

@vercel vercel bot commented on 75346d0 Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-bundle-example – ./

kkt-bundle-example-git-master.398188662.vercel.app
kkt-bundle-example.398188662.vercel.app
kkt.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 75346d0 Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-basic-example – ./

kkt-basic-example.398188662.vercel.app
kkt-basic-example-git-master.398188662.vercel.app
kkt.vercel.app

Please sign in to comment.