Newer
Older
CrypticOreWallet / tsconfig.extend.json
@Drew Lemmy Drew Lemmy on 8 Aug 2020 187 bytes feat: initial commit
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@components/*": ["./src/shared-components/*"],
      "@layouts/*": ["./src/layouts/*"],
      "@/*": ["./*"]
    }
  }
}