diff --git a/tsconfig.json b/tsconfig.json index e602d15..e6e6d17 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", + "rootDir": ".", "target": "ES6", "noImplicitAny": true, "isolatedModules": true,