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

Small path changes

parent ff592d43
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"name": "wichtelbot",
"version": "0.2.0-dev",
"description": "Ein Bot fürs Wichtöööln!",
"main": "build/scripts/main.js",
"main": "build/main.js",
"author": "Benedikt Magnus",
"license": "MIT",
"repository": {
......
......@@ -2,7 +2,6 @@
"compilerOptions": {
"module": "commonjs",
"target": "es2018",
"resolveJsonModule": true,
"outDir": "build",
......@@ -17,7 +16,8 @@
"removeComments": true,
},
"include": [
"scripts",
"scripts/*.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