UNPKG

ohmysearch

Version:

Ohmysearch - customizable all in one search tool to boost developer productivity

12 lines 273 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "baseUrl": "./", "paths": { "@/*": ["src/renderer/src/*"], "@renderer/*": ["src/renderer/*"], "@main/*": ["src/main/*"], "@common/*": ["src/common/*"] } } }