Skip to content

Commit 6316093

Browse files
authored
fix tsconfig warnings (tsunami) (#3233)
1 parent 3e4fe8c commit 6316093

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tsunami/frontend/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"allowJs": false,
8-
"esModuleInterop": false,
98
"allowSyntheticDefaultImports": true,
109
"strict": false,
1110
"strictNullChecks": false,
@@ -16,7 +15,6 @@
1615
"isolatedModules": true,
1716
"noEmit": true,
1817
"jsx": "react-jsx",
19-
"baseUrl": ".",
2018
"paths": {
2119
"@/*": ["./src/*"]
2220
}

0 commit comments

Comments
 (0)