@@ -17,7 +20,7 @@ export default function Home() {
- Get started by editing{' '}
+ Get started by editing{" "}
pages/index.js
@@ -58,12 +61,12 @@ export default function Home() {
target="_blank"
rel="noopener noreferrer"
>
- Powered by{' '}
+ Powered by{" "}
- )
+ );
}
diff --git a/styles/Home.module.css b/src/styles/Home.module.css
similarity index 100%
rename from styles/Home.module.css
rename to src/styles/Home.module.css
diff --git a/styles/globals.css b/src/styles/globals.css
similarity index 100%
rename from styles/globals.css
rename to src/styles/globals.css
diff --git a/tsconfig.json b/tsconfig.json
index 4fa631c..c56ba55 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,7 +12,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
- "jsx": "preserve"
+ "jsx": "preserve",
+ "baseUrl": "./src"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]