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