Skip to content

Commit ce0f63d

Browse files
authored
fix(vite-template): correct ts-config (#5403)
1 parent d90701f commit ce0f63d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/vite-ts/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"references": [
2323
{
2424
"path": "./tsconfig.node.json"
25-
},
26-
{
27-
"path": "./tsconfig.cypress.json"
2825
}
2926
]
3027
}

examples/vite-ts/tsconfig.cypress.json renamed to examples/vite-ts/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"composite": true,
43
"baseUrl": ".",
54
"target": "es5",
65
"lib": ["es5", "dom"],

0 commit comments

Comments
 (0)