Skip to content
Snippets Groups Projects
Commit cb907b55 authored by Benedikt Magnus's avatar Benedikt Magnus
Browse files

Restructuring

parent 81e73d3c
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ coverage
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
build
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
......@@ -36,8 +36,8 @@ node_modules
.vscode
# Konfiguration (Token etc.)
Config/Bot.json
Config/Config.json
config/bot.json
config/config.json
# Datenbanken
Daten/*.sqlite
\ No newline at end of file
data/*.sqlite
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
......@@ -2,10 +2,11 @@
"name": "wichtelbot",
"version": "0.2.0-dev",
"description": "Ein Bot fürs Wichtöööln!",
"main": "dist/Start.js",
"main": "build/scripts/main.js",
"author": "Benedikt Magnus",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BenediktMagnus/Wichtelbot"
},
"dependencies": {
......
......@@ -2,8 +2,9 @@
"compilerOptions": {
"module": "commonjs",
"target": "es2018",
"resolveJsonModule": true,
"outDir": "dist",
"outDir": "build",
"strict": true,
"noImplicitReturns": true,
......@@ -14,9 +15,9 @@
"sourceMap": true,
"removeComments": true,
"watch": true,
},
"include": [
"src/**/*.ts"
"scripts/*.ts",
"scripts/**/*.ts"
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment