+
render(program)} />
{error || null}
diff --git a/src/main.tsx b/src/main.tsx
index 6f4ac9b..fab1219 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -1,6 +1,6 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
-import App from './App.tsx'
+import App from './App'
import './index.css'
createRoot(document.getElementById('root')!).render(
diff --git a/tsconfig.app.json b/tsconfig.app.json
index 5d34430..e9fdcc2 100644
--- a/tsconfig.app.json
+++ b/tsconfig.app.json
@@ -13,8 +13,7 @@
"module": "esnext",
"skipLibCheck": true,
/* Bundler mode */
- "moduleResolution": "Bundler",
- "allowImportingTsExtensions": true,
+ "moduleResolution": "node",
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,