diff --git a/tsconfig.json b/tsconfig.json index 58b6fc3..bc58a8a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,8 @@ "extends": "@nhcarrigan/typescript-config", "compilerOptions": { "outDir": "./prod", - "rootDir": "./src" + "rootDir": "./src", + "sourceMap": true, + "declaration": true }, } \ No newline at end of file