SurfSense/surfsense_browser_extension/tsconfig.json

13 lines
244 B
JSON
Raw Normal View History

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