Small tweaks to the compat tests

Note: These are cherry-picked from the internal docker branch.
This commit is contained in:
Aria Minaei 2023-08-01 13:55:25 +02:00 committed by Aria
parent b646bb81e5
commit 024b1896c6
6 changed files with 23 additions and 8 deletions

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {

View file

@ -17,5 +17,5 @@
"jsx": "react-jsx"
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
"references": [{"path": "./tsconfig.node.json"}]
}