mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 13:23:24 +00:00
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"extends": "plasmo/templates/tsconfig.base",
|
|
"exclude": ["node_modules"],
|
|
"include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx"],
|
|
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"paths": {
|
|
"~*": ["./src/*"]
|
|
},
|
|
"baseUrl": "."
|
|
}
|
|
}
|