diff --git a/tsconfig.json b/tsconfig.json index 8d1e1c29..c26fead4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,8 @@ { "compilerOptions": { "baseUrl": ".", - "sourceMap": true, "declaration": true, - "declarationMap": true, - "noEmitOnError": true, + "pretty": true, "skipLibCheck": true, "removeComments": true, "esModuleInterop": true,