diff --git a/tsconfig.json b/tsconfig.json index 3288c16..37e6686 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,10 @@ { "compilerOptions": { - "watch": false, "lib": ["esnext", "dom"], "removeComments": true, "target": "es2021", "module": "esnext", + "baseUrl": "./", "strict": true, "esModuleInterop": true, "skipLibCheck": true,