Skip to content

Commit 71c5044

Browse files
committed
feat(vue-jsx): allow esbuild to perform ts transformation
1 parent 043b0b3 commit 71c5044

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

playground/vue-jsx-ts-built-in/decorators-legacy/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"target": "es2020",
55
"experimentalDecorators": true

playground/vue-jsx-ts-built-in/decorators/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"target": "es2020",
55
"experimentalDecorators": false

playground/vue-jsx-ts-built-in/tsconfig.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)