mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-24 15:13:09 +00:00
21 lines
296 B
JSON
21 lines
296 B
JSON
{
|
|
"extends": "plasmo/templates/tsconfig.base",
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
".plasmo/index.d.ts",
|
|
"./**/*.ts",
|
|
"./**/*.tsx",
|
|
"../types"
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
],
|
|
},
|
|
"baseUrl": "."
|
|
}
|
|
}
|