mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-22 21:04:25 +00:00
chore: fix frontend build
This commit is contained in:
@@ -6,12 +6,16 @@
|
||||
"include": [
|
||||
".plasmo/index.d.ts",
|
||||
"./**/*.ts",
|
||||
"./**/*.tsx"
|
||||
"./**/*.tsx",
|
||||
"../types"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
],
|
||||
"@pbtypes/*": [
|
||||
"../types/*"
|
||||
]
|
||||
},
|
||||
"baseUrl": "."
|
||||
|
Reference in New Issue
Block a user