movie-web_extension/tsconfig.json
2024-12-03 19:34:34 +02:00

14 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": "."
}
}