UNPKG

create-mellowtel-extension

Version:

Create a new Mellowtel browser extension with one command

12 lines (11 loc) 229 B
{ "extends": "plasmo/templates/tsconfig.base", "exclude": ["node_modules"], "include": [".plasmo/**/*", "./**/*.ts", "./**/*.tsx"], "compilerOptions": { "paths": { "~*": ["./*"] }, "baseUrl": ".", } }