mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
21 lines
296 B
JSON
21 lines
296 B
JSON
|
|
{
|
||
|
|
"extends": "plasmo/templates/tsconfig.base",
|
||
|
|
"exclude": [
|
||
|
|
"node_modules"
|
||
|
|
],
|
||
|
|
"include": [
|
||
|
|
".plasmo/index.d.ts",
|
||
|
|
"./**/*.ts",
|
||
|
|
"./**/*.tsx"
|
||
|
|
],
|
||
|
|
"compilerOptions": {
|
||
|
|
"paths": {
|
||
|
|
"~*": [
|
||
|
|
"./*"
|
||
|
|
],
|
||
|
|
"@/*": ["./*"]
|
||
|
|
},
|
||
|
|
"baseUrl": "."
|
||
|
|
}
|
||
|
|
}
|