{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "paths": { "~/components/*": ["./components/*"], "~/lib/*": ["./lib/*"] } } }