mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 09:33:25 +00:00
20 lines
278 B
JSON
20 lines
278 B
JSON
{
|
|
"extends": "plasmo/templates/tsconfig.base",
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
".plasmo/index.d.ts",
|
|
"./**/*.ts",
|
|
"./**/*.tsx"
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"baseUrl": "."
|
|
}
|
|
}
|