Files
page-assist/tsconfig.json

11 lines
237 B
JSON
Raw Normal View History

2023-04-09 14:30:44 +05:30
{
2024-02-01 13:40:44 +05:30
"extends": "plasmo/templates/tsconfig.base",
"exclude": ["node_modules"],
"include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx"],
2023-04-09 14:30:44 +05:30
"compilerOptions": {
"paths": {
2024-02-01 13:40:44 +05:30
"~*": ["./src/*"]
},
"baseUrl": "."
}
}