"typeRoots": [ "typings", "node_modules/@types" ],
"exclude": [ // IDEs should not type-check the different node_modules directories of the different packages. // This would cause the IDEs to be slower and also linters would check the node_modules. "node_modules/", "typings" ]
typings/ ├── midi-file │ └── index.d.ts └── nexusui └── index.d.ts
declare module 'nexusui';