Files
wxt/tsconfig.json
T
Aaron Klinker 24a561e97e Initial commit
Bootstraped:
- CLI script
- JS API
- Test extension
- Config files
2023-06-25 10:53:35 -05:00

5 lines
71 B
JSON

{
"extends": "./tsconfig.base.json",
"exclude": ["dist", "demo"]
}