diff --git a/tsconfig.json b/tsconfig.json index 9eea761..a37a5f2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,9 @@ "target": "esnext", "module": "commonjs", "baseUrl": "./src", + "rootDir": "./src", "outDir": "./dist", + "ignoreDeprecations": "6.0", "removeComments": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true,