mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"extends": "plasmo/templates/tsconfig.base.json",
|
|
"exclude": ["node_modules"],
|
|
"include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~*": ["./*"],
|
|
"@/*": ["./*"]
|
|
},
|
|
"baseUrl": "."
|
|
}
|
|
}
|