diff --git a/tsconfig.json b/tsconfig.json index 42f867cfc..3397bdd85 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { "compilerOptions": { + "rootDir": ".", + "target": "ES2019", "resolveJsonModule": true, "esModuleInterop": true, "noEmit": true,