Skip to content

Commit

Permalink
refactor: move extension files to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Sep 13, 2023
1 parent 196563a commit 15dc5b1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"json.schemas": [
{
"fileMatch": ["/manifest.json"],
"fileMatch": ["/src/manifest.json"],
"url": "https://json.schemastore.org/chrome-manifest"
}
]
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"noEmit": true,

"outDir": "./dist"
}
},

"include": ["./src"]
}

0 comments on commit 15dc5b1

Please sign in to comment.