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