diff --git a/tsconfig.json b/tsconfig.json index ee04f81..f12a52a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "forceConsistentCasingInFileNames": true, "importHelpers": true, + "inlineSources": true, "moduleResolution": "node", "removeComments": true, "skipLibCheck": true,