mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-22 22:35:58 +00:00
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"extends": "plasmo/templates/tsconfig.base",
|
|
"exclude": ["node_modules"],
|
|
"include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"baseUrl": "."
|
|
}
|
|
}
|