Skip to content

Commit

Permalink
Flatten JS output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 committed Jun 25, 2024
1 parent d169b7b commit df675c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"content_scripts": [
{
"matches": ["https://*.kleinanzeigen.de/*"],
"js": ["js/content_script.js"]
"js": ["content_script.js"]
}
]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"sourceMap": false,
"rootDir": "src",
"outDir": "dist/js",
"outDir": "dist",
"noEmitOnError": true
}
}

0 comments on commit df675c4

Please sign in to comment.