generated from nhcarrigan/template
fix: update tsconfig to include source maps and declarations
This commit is contained in:
+3
-1
@@ -2,6 +2,8 @@
|
|||||||
"extends": "@nhcarrigan/typescript-config",
|
"extends": "@nhcarrigan/typescript-config",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "./prod",
|
"outDir": "./prod",
|
||||||
"rootDir": "./src"
|
"rootDir": "./src",
|
||||||
|
"sourceMap": true,
|
||||||
|
"declaration": true
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user