Skip to content

Commit 6c7f692

Browse files
committed
fix/tests
1 parent 50c681e commit 6c7f692

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

frontend/app/tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"extends": "expo/tsconfig.base",
33
"compilerOptions": {
4-
"strict": true
4+
"strict": true,
5+
"moduleResolution": "bundler",
6+
"baseUrl": ".",
7+
"paths": {
8+
"pyodide": ["node_modules/pyodide/pyodide"]
9+
}
510
}
611
}

0 commit comments

Comments
 (0)