chore: add module resolution for the website

This commit is contained in:
iCrawl 2023-05-01 18:21:02 +02:00
parent be81c8bf3b
commit 9a56edaf8c
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -18,7 +18,8 @@
"paths": {
"~/*": ["./src/*"]
},
"strictNullChecks": true
"strictNullChecks": true,
"moduleResolution": "node"
},
"include": ["src/**/*.ts", "src/**/*.tsx", "next-env.d.ts", "types.d.ts", ".next/types/**/*.ts"],
"exclude": ["node_modules"]