mirror of
https://github.com/lbr77/SideImpactor.git
synced 2026-05-06 11:14:01 -04:00
8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "node", "w3c-web-usb"]
|
|
},
|
|
"include": ["src"]
|
|
}
|