9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["src", "public/scripts/background.js", "public/scripts/content.js"]
|
|
} |