generated from nhcarrigan/template
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34e963250d | |||
| 58b0ec20f2 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nhcarrigan/discord-analytics",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"description": "Package that pairs with our logging tool to provide analytics for our Discord bots.",
|
||||
"type": "module",
|
||||
"private": false,
|
||||
|
||||
+3
-1
@@ -2,6 +2,8 @@
|
||||
"extends": "@nhcarrigan/typescript-config",
|
||||
"compilerOptions": {
|
||||
"outDir": "./prod",
|
||||
"rootDir": "./src"
|
||||
"rootDir": "./src",
|
||||
"sourceMap": true,
|
||||
"declaration": true
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user