diff --git a/tsconfig.json b/tsconfig.json index 50d7ccb..5d41676 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,14 +12,11 @@ "removeComments": true, "declaration": false, "moduleResolution": "node", - "outDir": "../../build", "strictNullChecks": true, "allowSyntheticDefaultImports": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "esModuleInterop": true, - "rootDir": "../../", - "baseUrl": "../../" + "esModuleInterop": true }, "include": [ "**/*" @@ -28,4 +25,4 @@ "node_modules", "build" ] -} \ No newline at end of file +}