diff --git a/tsconfig.json b/tsconfig.json index 3696728..5085ff8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,8 +3,8 @@ "composite": true, "lib": ["esnext", "dom"], "baseUrl": ".", - "module": "ESNext", - "moduleResolution": "Node", + "module": "esnext", + "moduleResolution": "bundler", "paths": { "@/*": ["./src/*"], "@img/*": ["./src/static/*"]