SurfSense/surfsense_browser_extension/tsconfig.json
2025-07-27 12:01:11 -07:00

12 lines
244 B
JSON

{
"extends": "plasmo/templates/tsconfig.base.json",
"exclude": ["node_modules"],
"include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx"],
"compilerOptions": {
"paths": {
"~*": ["./*"],
"@/*": ["./*"]
},
"baseUrl": "."
}
}