0f0daf378c
Co-authored-by: aklinker1 <aklinker1@users.noreply.github.com>
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"extends": ["../../tsconfig.base.json", "./.wxt/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"#analytics": ["./.wxt/analytics/index.ts"]
|
|
},
|
|
"types": ["chrome"]
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|