mirror of
https://github.com/DIYgod/RSSHub-Radar.git
synced 2026-08-28 17:45:13 +08:00
12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"extends": "plasmo/templates/tsconfig.base",
|
|
"exclude": ["node_modules"],
|
|
"include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~/*": ["./src/*"],
|
|
},
|
|
"baseUrl": ".",
|
|
},
|
|
}
|