mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-03 10:41:25 -06:00
22 lines
334 B
JSON
22 lines
334 B
JSON
{
|
|
"extends": "plasmo/templates/tsconfig.base",
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
".plasmo/index.d.ts",
|
|
".plasmo/**/*",
|
|
"./**/*.ts",
|
|
"./**/*.tsx"
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"baseUrl": ".",
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|