initial extension

This commit is contained in:
n4ze3m
2023-04-09 23:28:52 +05:30
parent 012035ecbe
commit a3ebeb8507
20 changed files with 12113 additions and 0 deletions

11
extension/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "plasmo/templates/tsconfig.base",
"exclude": ["node_modules"],
"include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx"],
"compilerOptions": {
"paths": {
"~*": ["./*"]
},
"baseUrl": "."
}
}