SurfSense/surfsense_browser_extension/tsconfig.json

21 lines
296 B
JSON
Raw Normal View History

2025-04-07 23:47:06 -07:00
{
"extends": "plasmo/templates/tsconfig.base",
"exclude": [
"node_modules"
],
"include": [
".plasmo/index.d.ts",
"./**/*.ts",
"./**/*.tsx"
],
"compilerOptions": {
"paths": {
"~*": [
"./*"
],
"@/*": ["./*"]
},
"baseUrl": "."
}
}